Loading comparison.md +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ f x = putStrLn $ "Show: " ++ show x ``` ``` trait Showable (a : Type) trait (a : Type) : Showable show : a -> String Person : Showable Loading Loading
comparison.md +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ f x = putStrLn $ "Show: " ++ show x ``` ``` trait Showable (a : Type) trait (a : Type) : Showable show : a -> String Person : Showable Loading