grain
grain copied to clipboard
Compiler: Bake Option and Result types into the compiler
This would make Option and Result a part of the language rather than a part of the standard library. This adds opportunities for things like optional arguments, and the ability to use Option/Result in Grain's runtime.
They are also part of wit!