More porting. Parser is working now. Some improvements have been made to auto resolution

This commit is contained in:
2025-01-03 21:57:15 -08:00
parent 5a6dcdb92b
commit b87999a64d
9 changed files with 96 additions and 36 deletions

View File

@@ -139,7 +139,7 @@ processModule importFC base stk qn@(QN ns nm) = do
-- we don't want implict errors from half-processed functions
-- but suppress them all on error for simplicity.
errors <- readIORef top.errors
if stk == [] && length errors == 0 then logMetas mstart else pure ()
if stk == [] then logMetas mstart else pure ()
pure src
where