ipso icon indicating copy to clipboard operation
ipso copied to clipboard

Builtin types defined in `builtins` module

Open LightAndLight opened this issue 4 years ago • 0 comments

Currently all builtin types (e.g. String, Int) have their own constructor in the Type enum. I think these constructors should be removed, in favour of defining the builtin types in the builtins module, in the same way that builtin functions are defined.

LightAndLight avatar Dec 24 '21 04:12 LightAndLight