]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicEnvironment.mli
First attempt to implement unification hints.
[helm.git] / helm / software / components / ng_kernel / nCicEnvironment.mli
index 758b44be90b8c62096e32e851ad636eef906fde3..1c530061a469b9cb7e459d13f9e00230dd77d1a6 100644 (file)
@@ -21,6 +21,7 @@ val get_checked_obj: NUri.uri -> NCic.obj
 val get_relevance: NReference.reference -> bool list
 
 val type0: NCic.universe
+val max: NCic.universe -> NCic.universe -> NCic.universe
 (* universe_* raise BadConstraints if the second arg. is an inferred universe *)
 val universe_eq: NCic.universe -> NCic.universe -> bool
 val universe_leq: NCic.universe -> NCic.universe -> bool