diff options
| author | Hugo Herbelin | 2018-10-12 20:02:57 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2019-06-08 20:17:41 +0200 |
| commit | b23c3fee91e146d4aa2bc2c75ea30619a204c3d9 (patch) | |
| tree | 0e90eec1d26d541f7a43dcf6dff622ad3c4ab6e0 /library | |
| parent | 65f75de6929530252a3235af54a0da56980fa02d (diff) | |
Adding a new kind of assumption to track assumption coming from "Context".
This is to avoid depending on the combination "Discharge" + no opened
section to trigger an automatic declaration of instance.
Diffstat (limited to 'library')
| -rw-r--r-- | library/decl_kinds.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/decl_kinds.ml b/library/decl_kinds.ml index 8d5c2fb687..8decdbea1e 100644 --- a/library/decl_kinds.ml +++ b/library/decl_kinds.ml @@ -46,7 +46,7 @@ type definition_object_kind = | Method | Let -type assumption_object_kind = Definitional | Logical | Conjectural +type assumption_object_kind = Definitional | Logical | Conjectural | Context (* [assumption_kind] |
