Closed winston-h-zhang closed 2 years ago
Closes #154. Also adds a custom error type, following the structure of the compiler and typechecker.
Some functions were refactored to return Lurk.Expr instead of Option.
Lurk.Expr
Option
Looks good to me!
Closes #154. Also adds a custom error type, following the structure of the compiler and typechecker.
Some functions were refactored to return
Lurk.Expr
instead ofOption
.