]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAstPp.ml
paramodulation is not a stand alone tactic: doc fixed.
[helm.git] / helm / software / components / grafite / grafiteAstPp.ml
index 941f75d9d6dae352574be19861ddc79d1775f2c5..b95df8d366d3a3daf5d70a8efeaac7a20c4875e7 100644 (file)
@@ -154,8 +154,8 @@ let rec pp_tactic ~term_pp ~lazy_term_pp =
   | Split _ -> "split"
   | Symmetry _ -> "symmetry"
   | Transitivity (_, term) -> "transitivity " ^ term_pp term
-
-let pp_search_kind = function
+  
+  let pp_search_kind = function
   | `Locate -> "locate"
   | `Hint -> "hint"
   | `Match -> "match"