aboutsummaryrefslogtreecommitdiff
path: root/kernel/subtyping.ml
diff options
context:
space:
mode:
authorMaxime Dénès2015-01-16 22:17:03 +0100
committerMatthieu Sozeau2015-01-18 00:16:43 +0530
commit6e0b660b1e58502b7da477b9725ae8ee4f5d00ed (patch)
tree36114b255b884e90b021876bebd49ff978c24710 /kernel/subtyping.ml
parenta83721ac508aa96496ef95c8433bc282bca0db14 (diff)
Make native compiler handle universe polymorphic definitions.
One remaining issue: aliased constants raise an anomaly when some unsubstituted universe variables remain. VM may suffer from the same problem.
Diffstat (limited to 'kernel/subtyping.ml')
-rw-r--r--kernel/subtyping.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/subtyping.ml b/kernel/subtyping.ml
index fa4f1c7c9f..db155e6c86 100644
--- a/kernel/subtyping.ml
+++ b/kernel/subtyping.ml
@@ -17,6 +17,7 @@ open Names
open Univ
open Term
open Declarations
+open Declareops
open Reduction
open Inductive
open Modops