]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cic.ml
The type substitution has been moved into Cic.
[helm.git] / helm / ocaml / cic / cic.ml
index e310b6a9f07900d8e360da2c4309014088a216b7..7dc86114d7e72d82eff94fbde167a9576deaeca2 100644 (file)
@@ -110,6 +110,9 @@ and coInductiveFun =
 (* depend on new ones.                                           *)
 and conjecture = int * context * term
 and metasenv = conjecture list
+and substitution = (int * (context * term)) list
+
+
 
 (* a metasenv is a list of declarations of metas in declarations *)
 (* order (i.e. [oldest ; ... ; newest]). Older variables can not *)