X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite%2FgrafiteAst.ml;h=6731034318b266acdc4c9de000793276baf2445c;hb=43a618149e49298eee810029141e2c19762a76dd;hp=73ae34584d282e549736ee7e6231d83f2bec1748;hpb=6995a7717fd0c760c0608ed9225e9f2dbc14d7d1;p=helm.git diff --git a/components/grafite/grafiteAst.ml b/components/grafite/grafiteAst.ml index 73ae34584..673103431 100644 --- a/components/grafite/grafiteAst.ml +++ b/components/grafite/grafiteAst.ml @@ -104,16 +104,8 @@ type 'term macro = | WLocate of loc * string | WElim of loc * 'term (* real macros *) -(* | Abort of loc *) - | Print of loc * string | Check of loc * 'term | Hint of loc - | Quit of loc -(* | Redo of loc * int option - | Undo of loc * int option *) -(* | Print of loc * print_kind *) - | Search_pat of loc * search_kind * string (* searches with string pattern *) - | Search_term of loc * search_kind * 'term (* searches with term pattern *) (** To be increased each time the command type below changes, used for "safe" * marshalling *)