]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic_unification/cicRefine.mli
huge commit in automation:
[helm.git] / helm / software / components / cic_unification / cicRefine.mli
index d17b1ac85b3a46277e476e6e5c3c84455f68af6f..666099dce8cbc31656c374059b675de682a7c632 100644 (file)
@@ -35,6 +35,12 @@ val type_of_aux':
   Cic.metasenv -> Cic.context -> Cic.term -> CicUniv.universe_graph ->
    Cic.term * Cic.term * Cic.metasenv * CicUniv.universe_graph
 
+ (* this is the correct one and should be used by tactics to fold subst *)
+val type_of:
+  Cic.metasenv -> Cic.substitution -> 
+  Cic.context -> Cic.term -> CicUniv.universe_graph ->
+   Cic.term * Cic.term * Cic.metasenv * Cic.substitution *CicUniv.universe_graph
+
 (* typecheck metasenv uri obj graph                     *)
 (* refines [obj] and returns the refined form of [obj], *)
 (* the new metasenv and universe graph.                 *)