]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
- reimplemented meta_closed in non CPS way (faster!)
[helm.git] / helm / ocaml / cic / cicUtil.mli
index 9069c24fb40194132f87b13da0cff04fc6ae0e5e..29657f401874ca46c865727666ffec8295bd02e7 100644 (file)
  *)
 
 exception Meta_not_found of int
+exception Subst_not_found of int
 
 val lookup_meta: int -> Cic.metasenv -> Cic.conjecture
+val lookup_subst: int -> Cic.substitution -> Cic.context * Cic.term * Cic.term
 val exists_meta: int -> Cic.metasenv -> bool
+val clean_up_local_context :
+  Cic.substitution -> Cic.metasenv -> int -> (Cic.term option) list 
+  -> (Cic.term option) list
 
 val is_closed : Cic.term -> bool
+val is_meta_closed : Cic.term -> bool
+
+val term_of_uri: string -> Cic.term