diff options
| author | Emilio Jesus Gallego Arias | 2017-11-20 16:28:02 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-11-27 19:44:28 +0100 |
| commit | 6f240e9b15f2b6f6622c811933c4f5ffdf78cceb (patch) | |
| tree | ff034746cbdd3d0f5788315483935fc45bac0e5d /API/API.mli | |
| parent | 4aba7c162905c61b3bb1a9f8d5c325de38b5847a (diff) | |
[vernac] Add polymorphic to the type of vernac interpration options.
Diffstat (limited to 'API/API.mli')
| -rw-r--r-- | API/API.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/API/API.mli b/API/API.mli index 85cd644b09..ec6a68ebb0 100644 --- a/API/API.mli +++ b/API/API.mli @@ -6112,6 +6112,7 @@ sig type atts = { loc : Loc.t option; locality : bool option; + polymorphic : bool; } type 'a vernac_command = 'a -> atts:atts -> st:Vernacstate.t -> Vernacstate.t |
