]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/grafite/grafiteAst.ml
Matitaweb:
[helm.git] / matitaB / components / grafite / grafiteAst.ml
index bb496f2c02678a512694bcc6df43ae79853f5256..bc001d173c4b71575b686c78cf470d15be18fa1b 100644 (file)
@@ -32,7 +32,7 @@ type loc = Stdpp.location
 type npattern = 
  NotationPt.term option * (string * NotationPt.term) list * NotationPt.term option
 
-type auto_params = NotationPt.term list option * (string*string) list
+type auto_params = (bool * NotationPt.term list) option * (string*string) list
 
 type ntactic =
    | NApply of loc * NotationPt.term