]> 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 0b98e51fa1b66dd0c6fbed83b60992abbfc508e4..29657f401874ca46c865727666ffec8295bd02e7 100644 (file)
@@ -27,15 +27,14 @@ 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 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 meta_closed : Cic.term -> bool
+val is_meta_closed : Cic.term -> bool
 
 val term_of_uri: string -> Cic.term