|
|
|
|
|
by alcidesfonseca
201 days ago
|
|
I believe it to be historically true, but Dependent Haskell might change this (https://ghc.serokell.io/dh see unification of types and kinds). In Lean (and I believe Rocq as well), the Type of Int is Type 0, the type of Type 0 is Type 1, and so on (called universes). They all come from this restriction. |
|