aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tac2core.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2core.ml b/src/tac2core.ml
index 8ee239f803..7384652216 100644
--- a/src/tac2core.ml
+++ b/src/tac2core.ml
@@ -781,7 +781,7 @@ let () = define1 "progress" closure begin fun f ->
end
let () = define2 "abstract" (option ident) closure begin fun id f ->
- Tactics.tclABSTRACT id (Proofview.tclIGNORE (thaw f)) >>= fun () ->
+ Abstract.tclABSTRACT id (Proofview.tclIGNORE (thaw f)) >>= fun () ->
return v_unit
end