#til
TIL: Importing Constructors in Gleam
Unlike the Result type, I learned that I needed to import the Option type constructors in Gleam.
TIL: No `if`s in Gleam
There are no `if`s in Gleam. I tried some alternatives other than the standard `case` statements.