diff options
| author | Amin Timany | 2017-03-28 19:24:02 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-06-16 04:45:18 +0200 |
| commit | 44f462aa380de847452c0809d15c86649d5d6a7a (patch) | |
| tree | 840d369425f4b5fc2f6c41fb8dba91e90e8cfbc4 /API | |
| parent | 1d3703be3ab41d016c776bb29d9f5eff0cdb401d (diff) | |
Extend definition of inductives to include subtyping info
Diffstat (limited to 'API')
| -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 69278e7c9f..e2c43dab82 100644 --- a/API/API.mli +++ b/API/API.mli @@ -1094,6 +1094,7 @@ sig mind_params_ctxt : Context.Rel.t; mind_polymorphic : bool; mind_universes : Univ.UContext.t; + mind_subtyping : Univ.universe_context; mind_private : bool option; mind_typing_flags : Declarations.typing_flags; } |
