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 7c0426d commit e04394fCopy full SHA for e04394f
compiler/app/Main.hs
@@ -160,7 +160,7 @@ process flags fname input = do
160
161
----- STACK ----------------------------------------
162
let stack = Raw2Stack.rawProg2Stack rawopt
163
- when verbose $ printSep "GENARTING STACK"
+ when verbose $ printSep "GENERATING STACK"
164
when verbose $ writeFileD "out/out.stack" (show stack)
165
let stackjs = Stack2JS.irProg2JSString compileMode debugOut stack
166
let jsFile = outFile flags (fromJust fname)
0 commit comments