X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=0dfb48aedb81236788fb2d664a55d03800d9f28e;hb=ef51893c7f8a5f1319e122322782b734b48c205a;hp=c4f2a29ac4a389cc7ff9ac7e128fb8ea0e2b1efb;hpb=44d337f8d772c6895d310a1b1d62770c3355fe03;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index c4f2a29ac..0dfb48aed 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -126,6 +126,8 @@ type obj = (string * CicAst.term) list type ('term,'obj) command = + | Default of loc * string * UriManager.uri list + | Include of loc * string | Set of loc * string * string | Drop of loc | Qed of loc