X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=eae88a14d279ee8852ff13963950f1fd43a69777;hb=7e9904185ceff75884783dbf0bad506b8521b857;hp=ed8e4ec6e8aeee0920be3c39cc44ebe5ba40f9bb;hpb=a0b34b3dc61f87a1b3c4463b5f0cfb34ad87efe5;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index ed8e4ec6e..eae88a14d 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -90,7 +90,7 @@ type 'term inductive_type = string * bool * 'term * (string * 'term) list type search_kind = [ `Locate | `Hint | `Match | `Elim ] -type print_kind = [ `Env ] +type print_kind = [ `Env | `Coer ] type 'term command = | Abort