diff options
| author | Emilio Jesus Gallego Arias | 2020-10-15 16:48:38 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-11-26 21:21:54 +0100 |
| commit | 5a9e90e426ba2e25cbcb76af2bb67717984e2b6b (patch) | |
| tree | 4e157b1813f96e0b9f4e6283d03e6b0b2f5e4e29 /library/global.mli | |
| parent | b78f6424d9fa5a8027c4acb21b3e57ee6294bc5f (diff) | |
[kernel] Allow to set typing flags in add_mind [inductive]
Diffstat (limited to 'library/global.mli')
| -rw-r--r-- | library/global.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/global.mli b/library/global.mli index 4c2d427925..c9b9d7f536 100644 --- a/library/global.mli +++ b/library/global.mli @@ -57,6 +57,7 @@ val add_constant : val add_private_constant : Id.t -> Safe_typing.side_effect_declaration -> Constant.t * Safe_typing.private_constants val add_mind : + ?typing_flags:Declarations.typing_flags -> Id.t -> Entries.mutual_inductive_entry -> MutInd.t (** Extra universe constraints *) |
