X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=d38943da19ed732ce46f1528a16c531adcd2f46c;hb=4493f7cb66c30bc87dd662b932f1a67412d9022d;hp=73ae34584d282e549736ee7e6231d83f2bec1748;hpb=50fd7ca0b4e54ee341517ea653b3862b9655d4c5;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 73ae34584..d38943da1 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -104,20 +104,12 @@ 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 *) -let magic = 5 +let magic = 6 type 'obj command = | Default of loc * string * UriManager.uri list