]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
First tests for paramodulation (pretty printer, unification)
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index dcfaf6c05f2ddd091c6ee1af55c92c7477bc7a94..169873bf0466c60cf2649bd351d6c79710510a0f 100644 (file)
@@ -62,6 +62,7 @@ type ntactic =
    | NLetIn of loc * npattern * CicNotationPt.term * string
    | NReduce of loc * [ `Normalize of bool | `Whd of bool ] * npattern
    | NRewrite of loc * direction * CicNotationPt.term * npattern
+   | NAuto of loc * CicNotationPt.term auto_params
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   (* Higher order tactics (i.e. tacticals) *)
@@ -171,7 +172,7 @@ type ('term,'lazy_term) macro =
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)
-let magic = 21
+let magic = 22
 
 type ('term,'obj) command =
   | Index of loc * 'term option (* key *) * UriManager.uri (* value *)