Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. instance Show Object where
  2.     show (Square s s2) = (show s) ++ (show s2)
  3.     show (Circle c) = (show c)
  4.     show (Arrow a) = (show a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement