]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_engine/grafiteEngine.ml
Partially restore the assume tactic
[helm.git] / matita / components / grafite_engine / grafiteEngine.ml
index 387a09fe78b86ea4542736f7e499726a5ead5454..f76b8b02a802e80a406e1d9b8321c47b5e2b9087 100644 (file)
@@ -481,6 +481,7 @@ let eval_ng_tac tac =
       NTactics.block_tac (List.map (fun x -> aux f (text,prefix_len,x)) l)
   |GrafiteAst.NRepeat (_,tac) ->
       NTactics.repeat_tac (f f (text, prefix_len, tac))
+  |GrafiteAst.Assume (_,id,t) -> Declarative.assume id t
  in
   aux aux tac (* trick for non uniform recursion call *)
 ;;