effectfully / tiny-lang

BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Add Type Ascriptions #58

Closed jakzale closed 4 years ago

jakzale commented 4 years ago

Similar to #33, but for general type ascriptions in the code, of the form:

M : U

for some expression M and some type U.

jakzale commented 4 years ago

Related to #33, as both deal with having universes/types available in the language.