aboutsummaryrefslogtreecommitdiff
path: root/kernel/univ.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-20 14:42:05 +0100
committerGaëtan Gilbert2018-12-12 16:27:12 +0100
commit0f3c1f242ec824a5772c47de61a6cddebe2ee8c8 (patch)
treeeff61fcff7d9d79a9757ee0a4f2d60da506902d0 /kernel/univ.mli
parentdfd4c4a2b50edf894a19cd50c43517e1804eadc9 (diff)
checker: check inductive types by roundtrip through the kernel.
Diffstat (limited to 'kernel/univ.mli')
-rw-r--r--kernel/univ.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli
index 8327ff1644..d7097be570 100644
--- a/kernel/univ.mli
+++ b/kernel/univ.mli
@@ -400,6 +400,7 @@ module ACumulativityInfo :
sig
type t
+ val repr : t -> CumulativityInfo.t
val univ_context : t -> AUContext.t
val variance : t -> Variance.t array
val leq_constraints : t -> Instance.t constraint_function