shithub: MicroHs

Download patch

ref: be01052e02dd12c38b19e05a5346c3dbb09e98dd
parent: 86bca0a3d07504bb84ce163cba1ca01003c364ea
author: Lennart Augustsson <lennart@augustsson.net>
date: Sun Jan 5 08:53:14 EST 2025

Force evaluation on top level.

--- a/src/MicroHs/Compile.hs
+++ b/src/MicroHs/Compile.hs
@@ -36,6 +36,7 @@
 import MicroHs.Ident
 import qualified MicroHs.IdentMap as M
 import MicroHs.List
+import MicroHs.MRnf
 import MicroHs.Package
 import MicroHs.Parse
 import MicroHs.StateIO
@@ -205,6 +206,7 @@
   modify $ setCacheTables glob'
   when (verbosityGT flags 3) $
     liftIO $ putStrLn $ "type checked:\n" ++ showTModule showEDefs tmdl ++ "-----\n"
+  () <- return $ mrnf tmdl
   let
     dmdl = desugar flags tmdl
   () <- return $ rnfErr $ tBindingsOf dmdl