ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Add a `Void` type. #57

Closed ta0kira closed 4 years ago

ta0kira commented 4 years ago

This will be useful for ignoring a type parameter when that parameter is used as a return type.

It doesn't necessarily need to be a built-in type, since none of the types with literals will require it.