Unsolved metas are errors

This commit is contained in:
2026-02-07 16:19:03 -08:00
parent fca22a9828
commit 2766a4ae01
4 changed files with 16 additions and 121 deletions

View File

@@ -69,7 +69,8 @@ logMetas (Unsolved fc k ctx ty kind cons :: rest) = do
pure (" \{show $ length' matches} Solutions: \{show matches}" :: Nil)
_ => pure Nil
info fc $ unlines ((msg :: Nil) ++ msgs ++ sols)
-- info fc $ unlines ((msg :: Nil) ++ msgs ++ sols)
addError $ E fc $ unlines ((msg :: Nil) ++ msgs ++ sols)
logMetas rest