aboutsummaryrefslogtreecommitdiff
path: root/src/tac2quote.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-04 17:21:42 +0200
committerPierre-Marie Pédrot2017-08-04 17:57:17 +0200
commitde88ba86e9d2a77883365503759eaec96928e9c4 (patch)
tree02e7f58ee711af8dfdecb653821b11e083416159 /src/tac2quote.mli
parent8bf0f3383fcde637ed9363f080d875a9ef0a138f (diff)
Introducing quotations for the rewrite tactic.
Diffstat (limited to 'src/tac2quote.mli')
-rw-r--r--src/tac2quote.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tac2quote.mli b/src/tac2quote.mli
index 404e9378e0..cb2e406571 100644
--- a/src/tac2quote.mli
+++ b/src/tac2quote.mli
@@ -43,6 +43,8 @@ val of_intro_patterns : intro_pattern list located -> raw_tacexpr
val of_induction_clause : induction_clause -> raw_tacexpr
+val of_rewriting : rewriting -> raw_tacexpr
+
val of_hyp : ?loc:Loc.t -> Id.t located -> raw_tacexpr
(** id ↦ 'Control.hyp @id' *)