]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.ml
First tests for paramodulation (pretty printer, unification)
[helm.git] / helm / software / components / grafite / grafiteAstPp.ml
index e335c1b63c559d16a93ee7bf047ff8ecdbb59ad2..a9a15568f933365270b4363cee80a50db5ca1749 100644 (file)
@@ -101,7 +101,7 @@ let pp_ntactic ~map_unicode_to_tex = function
   | NId _ -> "nid"
   | NIntro (_,n) -> "#" ^ n
   | NRewrite (_,dir,n,where) -> "nrewrite" ^ assert false
-  | NReduce _ | NGeneralize _ | NLetIn _ | NAssert _ -> assert false
+  | NReduce _ | NGeneralize _ | NLetIn _ | NAssert _ | NAuto _ -> assert false
 ;;
 
 let rec pp_tactic ~map_unicode_to_tex ~term_pp ~lazy_term_pp =