Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
Fix Driver call in GenExample
Browse files Browse the repository at this point in the history
Note to self: don't just compile within the REPL
  • Loading branch information
SquidDev committed Oct 30, 2019
1 parent d6783ff commit ec608af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/GenExample.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main = do
(((core, errors), driver), _) <-
flip runNameyT firstName
. flip runStateT driver
$ compile file
$ compiles file

x <- T.readFile file

Expand Down

0 comments on commit ec608af

Please sign in to comment.