diff options
| author | Maxime Dénès | 2017-11-30 16:21:37 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-30 16:21:37 +0100 |
| commit | e29993c250164b9486d4d7ffdebb9bfee4a2828f (patch) | |
| tree | 1d5014e9bec2aa05ed6bc9f231435ca4b3e7498d /intf/decl_kinds.ml | |
| parent | c5f6ee866bef4ff924693302ea98fec2b4742b9b (diff) | |
| parent | ae5944b360c1e181fa162d7d6dced7e671c6fbe6 (diff) | |
Merge PR #1049: Remove obsolete locality
Diffstat (limited to 'intf/decl_kinds.ml')
| -rw-r--r-- | intf/decl_kinds.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intf/decl_kinds.ml b/intf/decl_kinds.ml index a977588332..1dea6d9e98 100644 --- a/intf/decl_kinds.ml +++ b/intf/decl_kinds.ml @@ -8,6 +8,8 @@ (** Informal mathematical status of declarations *) +type discharge = DoDischarge | NoDischarge + type locality = Discharge | Local | Global type binding_kind = Explicit | Implicit @@ -40,6 +42,7 @@ type definition_object_kind = | IdentityCoercion | Instance | Method + | Let type assumption_object_kind = Definitional | Logical | Conjectural |
