diff options
Diffstat (limited to 'kernel/term.ml')
| -rw-r--r-- | kernel/term.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/term.ml b/kernel/term.ml index c6022b999c..1637fcafba 100644 --- a/kernel/term.ml +++ b/kernel/term.ml @@ -1059,9 +1059,8 @@ let mkType u = mkSort (Type u) let prop = Prop Null and spec = Prop Pos -and types = Type dummy_univ +and types = Type implicit_univ (* For eliminations *) and type_0 = Type prop_univ -and type_1 = Type prop_univ_univ (* Constructs the term t1::t2, i.e. the term t1 casted with the type t2 *) (* (that means t2 is declared as the type of t1) *) |
