From 0a024252f6346287cf4886903c800590191ddec0 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 23 Feb 2016 19:27:07 +0100 Subject: 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. --- grammar/q_util.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grammar/q_util.mli') 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 -- cgit v1.2.3