aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/eauto.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/eauto.ml')
-rw-r--r--tactics/eauto.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tactics/eauto.ml b/tactics/eauto.ml
index 69d4e59c6..74d49114b 100644
--- a/tactics/eauto.ml
+++ b/tactics/eauto.ml
@@ -16,8 +16,7 @@ open Pattern
open Clenv
open Auto
-let e_give_exact c gl =
- tclTHEN (unify (pf_type_of gl c)) (Tactics.exact c) gl
+let e_give_exact c gl = tclTHEN (unify (pf_type_of gl c)) (Tactics.exact c) gl
let assumption id = e_give_exact (VAR id)