tadeuzagallo / verve-lang

A functional language for the working hacker
https://verve-lang.org
MIT License
346 stars 7 forks source link

Add support for type aliases #45

Closed tadeuzagallo closed 7 years ago

tadeuzagallo commented 7 years ago
type T = List<Int>
type L<T> = List<T>