X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=05e8458f8d04d28eee1d4581f26a9fd57ab11e6d;hb=1e61e4290c96600e3758b30b660712514ba379e3;hp=d063234d2bcd33a3728b662fdb5f00229a3abbd4;hpb=9e67c082f0021849b411ec8acbd041137f1fb73a;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index d063234d2..05e8458f8 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -33,7 +33,7 @@ type 'term pattern = Pattern of 'term type ('term, 'ident) tactic = | LocatedTactic of CicAst.location * ('term, 'ident) tactic - | Absurd + | Absurd of 'term | Apply of 'term | Assumption | Change of 'term * 'term * 'ident option (* what, with what, where *)