X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAstPp.ml;h=9882aa0e92b0335f0aef7467116c87e5c14e9c0a;hb=2e8243f12626854bdc1e06f2e3d9160ff7901bd3;hp=a4ec56deecfc3218e69d364211cbce59c7119539;hpb=2c267ae520c0dfd496b6999af2bf0a390b996aaf;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAstPp.ml b/helm/ocaml/cic_transformations/tacticAstPp.ml index a4ec56dee..9882aa0e9 100644 --- a/helm/ocaml/cic_transformations/tacticAstPp.ml +++ b/helm/ocaml/cic_transformations/tacticAstPp.ml @@ -41,6 +41,7 @@ let pp_reduction_kind = function | `Reduce -> "reduce" | `Simpl -> "simplify" | `Whd -> "whd" + | `Normalize -> "normalize" let rec pp_tactic = function | Absurd (_, term) -> "absurd" ^ pp_term_ast term