]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst2Box.ml
Got rid of a few warnings.
[helm.git] / helm / ocaml / cic_transformations / tacticAst2Box.ml
index d2df977fa68dfd72c5c9484c7a1e8bd6fbb90f8a..4f1c27f471372492884b22d6932f637e55e24402 100644 (file)
@@ -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([],