]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/primitiveTactics.ml
- new tactic subst removes simple non recursive equalities from the context
[helm.git] / helm / software / components / tactics / primitiveTactics.ml
index 5fb8d4ae1eb56f88522cb14133c1a7c846a60e69..9baf829ea940d2bad3c61d71ebfdea8781043f34 100644 (file)
@@ -571,7 +571,7 @@ let elim_intros_simpl_tac ?(mk_fresh_name_callback = FreshNamesGenerator.mk_fres
 
 module C = Cic
 
-let letout_tac () =
+let letout_tac =
    let mk_fresh_name_callback = FreshNamesGenerator.mk_fresh_name ~subst:[] in
    let term = C.Sort C.Set in
    let letout_tac (proof, goal) =