Fix some strings that were messed up by the initial Idris -> Newt perl code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user