From 5494c46f6219bea902fcc5ed983e16d1105fec51 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 25 Jun 2018 08:00:47 +0000 Subject: [vernac] Add a “deprecated” attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vernac/vernacinterp.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vernac/vernacinterp.mli') diff --git a/vernac/vernacinterp.mli b/vernac/vernacinterp.mli index a24bcd40d..362c05d4c 100644 --- a/vernac/vernacinterp.mli +++ b/vernac/vernacinterp.mli @@ -17,10 +17,11 @@ type atts = { locality : bool option; polymorphic : bool; program : bool; + deprecated : (string * string) option; (* Since, Note *) } val mk_atts : ?loc: Loc.t option -> ?locality: bool option -> - ?polymorphic: bool -> ?program: bool -> unit -> atts + ?polymorphic: bool -> ?program: bool -> ?deprecated: (string * string) option -> unit -> atts type 'a vernac_command = 'a -> atts:atts -> st:Vernacstate.t -> Vernacstate.t -- cgit v1.2.3