grain icon indicating copy to clipboard operation
grain copied to clipboard

Compiler: Bake Option and Result types into the compiler

Open ospencer opened this issue 4 years ago • 1 comments

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.

ospencer avatar Dec 07 '21 01:12 ospencer

They are also part of wit!

willemneal avatar Dec 07 '21 17:12 willemneal