X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite%2FgrafiteAst.ml;h=24fb99d79d1b88623462c97eabbaba3287850ce2;hb=3f38b6dc5e48855b7a2170de5a5ccb30aded766c;hp=10d7b6bccad33d454a73385686ea9c085e1944fe;hpb=673e954b37f3a23e73208c67267c7e9d31e3916d;p=helm.git diff --git a/components/grafite/grafiteAst.ml b/components/grafite/grafiteAst.ml index 10d7b6bcc..24fb99d79 100644 --- a/components/grafite/grafiteAst.ml +++ b/components/grafite/grafiteAst.ml @@ -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