]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cicUtil.mli
first moogle template checkin
[helm.git] / helm / ocaml / cic / cicUtil.mli
index a2548f933026e528f30413882e1f24e876441ae7..9069c24fb40194132f87b13da0cff04fc6ae0e5e 100644 (file)
  * For details, see the HELM World-Wide-Web page,
  * http://helm.cs.unibo.it/
  *)
+
 exception Meta_not_found of int
 
 val lookup_meta: int -> Cic.metasenv -> Cic.conjecture
+val exists_meta: int -> Cic.metasenv -> bool
+
+val is_closed : Cic.term -> bool