]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/proofEngine.ml
- rewritesimpl_tac added in fourierR.ml (wrong location)
[helm.git] / helm / gTopLevel / proofEngine.ml
index 64d68a37e53adc2aa635bd2b77fd31dea6c254c1..5f0ba8aaa97ee00f7c085f70386e17b5244e3484 100644 (file)
@@ -274,4 +274,4 @@ let clear hyp = apply_tactic (ProofEngineStructuralRules.clear ~hyp)
 let elim_type term = apply_tactic (Ring.elim_type_tac ~term)
 let ring () = apply_tactic Ring.ring_tac
 let fourier () = apply_tactic FourierR.fourier_tac
-let rewrite term = apply_tactic (FourierR.rewrite_tac ~term)
+let rewrite_simpl term = apply_tactic (FourierR.rewrite_simpl_tac ~term)