aboutsummaryrefslogtreecommitdiffhomepage
path: root/grammar/q_util.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-02-23 19:27:07 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-02-24 10:23:39 +0100
commit0a024252f6346287cf4886903c800590191ddec0 (patch)
tree2b2df56a75ee4fe45326c133d11a1ff1947e02b3 /grammar/q_util.mli
parent60f6d46c6e623a39fc66a21cbac5aaecdf4c67c6 (diff)
Removing the Q_coqast module.
It implemented the quotation logic of terms and tactics, although it was mostly obsolete. With quotations gone, it is now useless and thus removed. I fundamentally doubt that anyone hardly depends on this out there.
Diffstat (limited to 'grammar/q_util.mli')
-rw-r--r--grammar/q_util.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/grammar/q_util.mli b/grammar/q_util.mli
index 50827ead2..d0e0dab22 100644
--- a/grammar/q_util.mli
+++ b/grammar/q_util.mli
@@ -34,6 +34,8 @@ val mlexpr_of_string : string -> MLast.expr
val mlexpr_of_option : ('a -> MLast.expr) -> 'a option -> MLast.expr
+val mlexpr_of_ident : Names.Id.t -> MLast.expr
+
val mlexpr_of_prod_entry_key : Extend.user_symbol -> MLast.expr
val type_of_user_symbol : Extend.user_symbol -> Genarg.argument_type