ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Turn `CompileInfo` into a `MonadTrans`. #61

Closed ta0kira closed 4 years ago

ta0kira commented 4 years ago

This will make mixing compilation with IO in Cli less awkward.

ta0kira commented 4 years ago

It would also be useful to then update Cli to use compileError instead of exitFail.

ta0kira commented 4 years ago

Continued in #63.