X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationPp.ml;fp=helm%2Focaml%2Fcic_notation%2FcicNotationPp.ml;h=696580cdc5442c97555cb9bea3cf64e5b0eb131b;hb=ea7808d83a7d6e03c0e163f0691e268dcd7c2ea4;hp=cb67202a5a6e73554303e44ace1bec4645cbe68a;hpb=007b87c1fcc2c428c16c846fcaf6e31007d87994;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationPp.ml b/helm/ocaml/cic_notation/cicNotationPp.ml index cb67202a5..696580cdc 100644 --- a/helm/ocaml/cic_notation/cicNotationPp.ml +++ b/helm/ocaml/cic_notation/cicNotationPp.ml @@ -156,6 +156,8 @@ and pp_magic = function (pp_fold_kind k) (pp_term p_base) acc (pp_term p_rec) | Default (p_some, p_none) -> sprintf "\\DEFAULT \\[%s\\] \\[%s\\]" (pp_term p_some) (pp_term p_none) + | If (p_guard, p) -> + sprintf "\\IF \\[%s\\] \\[%s\\]" (pp_term p_guard) (pp_term p) and pp_fold_kind = function | `Left -> "left"