aboutsummaryrefslogtreecommitdiff
path: root/vernac/pfedit.ml
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-04-03 01:16:22 -0400
committerEmilio Jesus Gallego Arias2020-04-15 11:12:59 -0400
commit38aa25757957e9e9f879509605f06ada5992ca36 (patch)
treecc635dc3916971d0615924367cc314226148d55a /vernac/pfedit.ml
parent1dc70876b4a5ad027b3b73aa6ba741e89320d17d (diff)
[tmp] Compat API for CI
Rewriter needs a bit of work as it calls a removed function, but no big deal.
Diffstat (limited to 'vernac/pfedit.ml')
-rw-r--r--vernac/pfedit.ml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vernac/pfedit.ml b/vernac/pfedit.ml
new file mode 100644
index 0000000000..d6b9592176
--- /dev/null
+++ b/vernac/pfedit.ml
@@ -0,0 +1,9 @@
+(* Compat API / *)
+let get_current_context = Declare.get_current_context
+let solve = Proof.solve
+let by = Declare.by
+let refine_by_tactic = Proof.refine_by_tactic
+
+(* We don't want to export this anymore, but we do for now *)
+let build_by_tactic = Declare.build_by_tactic
+let build_constant_by_tactic = Declare.build_constant_by_tactic