diff options
| author | Gaëtan Gilbert | 2020-03-13 14:53:24 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-04-13 15:18:18 +0200 |
| commit | 7dc578956e1896b8bb68102f431795fc871cad7b (patch) | |
| tree | 007c8afcd879268ccedb484439e4505f171dfdc2 /kernel/sorts.ml | |
| parent | 026aaf04abec1042303758783ee23354d2e0fbaa (diff) | |
Partial import inductive(..)
NB: 3 dots doesn't play well with PG's sentence detection.
Diffstat (limited to 'kernel/sorts.ml')
| -rw-r--r-- | kernel/sorts.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sorts.ml b/kernel/sorts.ml index 466fbacca4..3a89b73bd5 100644 --- a/kernel/sorts.ml +++ b/kernel/sorts.ml @@ -12,6 +12,8 @@ open Univ type family = InSProp | InProp | InSet | InType +let all_families = [InSProp; InProp; InSet; InType] + type t = | SProp | Prop |
