X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst2Box.ml;h=4f1c27f471372492884b22d6932f637e55e24402;hb=c05b36907ed2bf71300dffc2f4a6602dc1288045;hp=d2df977fa68dfd72c5c9484c7a1e8bd6fbb90f8a;hpb=9415c1b38c7927adab499ddd75f9a19d650a9acd;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst2Box.ml b/helm/ocaml/cic_transformations/tacticAst2Box.ml index d2df977fa..4f1c27f47 100644 --- a/helm/ocaml/cic_transformations/tacticAst2Box.ml +++ b/helm/ocaml/cic_transformations/tacticAst2Box.ml @@ -77,7 +77,8 @@ let rec count_tactic current_size tac = | Left _ -> current_size + 4 | LetIn (_, term, ident) -> countterm (current_size + 5 + String.length ident) term - | Reduce _ -> assert false (* TODO *) + | Reduce _ + | ReduceAt _ -> assert false (* TODO *) | Reflexivity _ -> current_size + 11 | Replace (_, t1, t2) -> let size1 = countterm (current_size + 14) t1 in (* replace, with *) @@ -212,7 +213,8 @@ and big_tactic2box = function Box.smallskip; Box.Text([],"=")]); Box.indent (ast2astBox term)]) - | Reduce _ -> assert false (* TODO *) + | Reduce _ + | ReduceAt _ -> assert false (* TODO *) | Reflexivity _ -> Box.Text([],"reflexivity") | Replace (_, t1, t2) -> Box.V([],