Fix some strings that were messed up by the initial Idris -> Newt perl code

This commit is contained in:
2025-06-27 21:29:12 -07:00
parent 67d1e54ffb
commit 5743eb39ea
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ lookupRaw raw top =
instance Show TopContext where
show (MkTop _ _ _ _ defs metas _ _ _) = "\nContext:\n (\{ joinBy "\n" $ map (show snd) $ toList defs} :: Nil)"
show (MkTop _ _ _ _ defs metas _ _ _) = "\nContext:\n [\{ joinBy "\n" $ map (show snd) $ toList defs}]"
-- TODO need to get class dependencies working
emptyTop : io. {{Monad io}} {{HasIO io}} -> io TopContext