diff options
| author | Emilio Jesus Gallego Arias | 2019-06-21 22:06:49 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-07-01 19:36:08 +0200 |
| commit | 583c6c6204052ca177bc39d90b4aa7a645a90edc (patch) | |
| tree | d4a3c5287081b87a1eff54dcc4b11fa2c3c1b4df /library | |
| parent | 0bc7e7405553dc63d9693e85c3ce1485b5e8fe23 (diff) | |
[api] Reduce declare_kinds even more.
We remove two flags that were seldom used in favor of named parameters.
Diffstat (limited to 'library')
| -rw-r--r-- | library/decl_kinds.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/library/decl_kinds.ml b/library/decl_kinds.ml index 5c479255df..17746645ee 100644 --- a/library/decl_kinds.ml +++ b/library/decl_kinds.ml @@ -8,10 +8,4 @@ (* * (see LICENSE file for the text of the license) *) (************************************************************************) -(** Informal mathematical status of declarations *) - type binding_kind = Explicit | Implicit - -type private_flag = bool - -type cumulative_inductive_flag = bool |
