]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
procedural : some improvements.
[helm.git] / components / grafite / grafiteAst.ml
index 10d7b6bccad33d454a73385686ea9c085e1944fe..24fb99d79d1b88623462c97eabbaba3287850ce2 100644 (file)
@@ -32,10 +32,6 @@ type loc = Token.flocation
 type ('term, 'lazy_term, 'ident) pattern =
   'lazy_term option * ('ident * 'term) list * 'term option
 
-type ('term, 'ident) type_spec =
-   | Ident of 'ident
-   | Type of UriManager.uri * int 
-
 type 'lazy_term reduction =
   [ `Normalize
   | `Reduce
@@ -56,7 +52,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Constructor of loc * int
   | Contradiction of loc
   | Cut of loc * 'ident option * 'term
-  | Decompose of loc * ('term, 'ident) type_spec list * 'ident option * 'ident list
+  | Decompose of loc * 'ident list
   | Demodulate of loc
   | Destruct of loc * 'term
   | Elim of loc * 'term * 'term option * int option * 'ident list