]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicEnvironment.mli
1) unification hint now takes NG terms (as it should have been from the very
[helm.git] / helm / software / components / ng_kernel / nCicEnvironment.mli
index c4fa396cc1d6d493afb4d80644c3b818e0cc2eda..862d7148432f5a6ba7525780d5e0b8d04f36b3f9 100644 (file)
@@ -16,6 +16,8 @@ exception ObjectNotFound of string Lazy.t;;
 exception BadDependency of string Lazy.t * exn;;
 exception BadConstraint of string Lazy.t;;
 
+val set_get_obj: (NUri.uri -> NCic.obj) -> unit
+
 val get_checked_obj: NUri.uri -> NCic.obj
 
 val get_relevance: NReference.reference -> bool list
@@ -33,8 +35,6 @@ val add_constraint: bool -> NCic.universe -> NCic.universe -> unit
 val sup : NCic.universe -> NCic.universe option
 val pp_constraints: unit -> string
 
-val resolve_universe: string -> NUri.uri option
-
 val get_checked_def:
   NReference.reference -> 
     NCic.relevance * string * NCic.term * NCic.term * NCic.c_attr * int