diff options
| author | Gaëtan Gilbert | 2018-11-06 13:59:13 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-12-05 13:21:18 +0100 |
| commit | 90ae85437a281ca655f7e9511ef09874ba591857 (patch) | |
| tree | 8dc0284f3c2af00b3ed0c01562bc64ee43b59d3c /vernac/attributes.mli | |
| parent | 33de5194171ad547864a7c3d6489498ddb53e562 (diff) | |
Move template out of Defattributes record
Diffstat (limited to 'vernac/attributes.mli')
| -rw-r--r-- | vernac/attributes.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/attributes.mli b/vernac/attributes.mli index a3e85172e8..6a32960a9d 100644 --- a/vernac/attributes.mli +++ b/vernac/attributes.mli @@ -49,7 +49,7 @@ val mk_deprecation : ?since: string option -> ?note: string option -> unit -> de val polymorphic : bool attribute val program : bool attribute -val universe_poly_template : (bool * bool option) attribute +val template : bool option attribute val locality : bool option attribute val deprecation : deprecation option attribute |
