Main had a weird look

This commit is contained in:
Rakarake 2023-03-28 15:57:35 +02:00
parent a7401f0ee3
commit cf12c3443d

View file

@ -103,7 +103,7 @@ main' opts s = do
--let lifted = lambdaLift typechecked --let lifted = lambdaLift typechecked
--printToErr $ printTree lifted --printToErr $ printTree lifted
printToErr "\n -- Compiler --" printToErr "\n -- Monomorphizer --"
let monomorphized = monomorphize typechecked let monomorphized = monomorphize typechecked
printToErr $ show monomorphized printToErr $ show monomorphized