We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a5341 commit e83dac4Copy full SHA for e83dac4
compiler/app/Main.hs
@@ -159,7 +159,7 @@ process flags fname input = do
159
160
----- STACK ----------------------------------------
161
let stack = Raw2Stack.rawProg2Stack rawopt
162
- when verbose $ printSep "GENARTING STACK"
+ when verbose $ printSep "GENERATING STACK"
163
when verbose $ writeFileD "out/out.stack" (show stack)
164
let stackjs = Stack2JS.irProg2JSString compileMode debugOut stack
165
let jsFile = outFile flags (fromJust fname)
0 commit comments