diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-02-03 16:30:40 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-02-03 16:30:40 +0100 |
commit | e72a2b8e778fff230848769643a125ae995fbe58 (patch) | |
tree | 23c2aa9b0640b5c2cf57f7e035d5cb6ae33b8e19 /main.hs | |
parent | 8eb3171845497a1d6025a3f59c09048d1975cd12 (diff) |
Diffstat (limited to 'main.hs')
-rw-r--r-- | main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,8 +53,8 @@ main = do putStrLn $ pshow checked llvmMod <- either die return $ codegen checked "Module" fname - putStrLn "Module:" - print llvmMod + -- putStrLn "Module:" + -- print llvmMod putStrLn "Calling withContext:" General.withContext $ \context -> do |