miniblog.
← Back to all posts
Wilfred Hughes
Nov 6, 2023 at 05:19
I've added basic sum types to my programming language project, and it simplifies a bunch of stuff. Bool and Unit no longer need to be built-in types! I'm now working on wrapped data, so I can implement Option :)