alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Switch everything to the Maybe and Fallible types #797

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

This refactor was waiting on solid generic type inference. Now that that's available, a lot of code can be dropped, and now these types automatically work with user-defined types, too. :)