From 557f017f2decd056cb04a6b87719a9d82c80a425 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 11 Dec 2017 17:02:55 +0000 Subject: [vernac] adds the “program” flag to the “atts” record MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vernac/vernacinterp.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'vernac/vernacinterp.mli') diff --git a/vernac/vernacinterp.mli b/vernac/vernacinterp.mli index ab3d4bfc5..c5e610f89 100644 --- a/vernac/vernacinterp.mli +++ b/vernac/vernacinterp.mli @@ -14,6 +14,7 @@ type atts = { loc : Loc.t option; locality : bool option; polymorphic : bool; + program : bool; } type 'a vernac_command = 'a -> atts:atts -> st:Vernacstate.t -> Vernacstate.t -- cgit v1.2.3