]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
The type substitution has been moved into Cic.
[helm.git] / helm / ocaml / cic / cicUtil.mli
index 9069c24fb40194132f87b13da0cff04fc6ae0e5e..c03783b86419eeed18ff52f6a2333641df4ff874 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
 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