More porting. Parser is working now. Some improvements have been made to auto resolution
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user