Guest User

Untitled

a guest
Apr 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. data MyData =
  2. A
  3. | B
  4. | C
  5. | Collection MyData
  6.  
  7. f (Collection _) = ...
Add Comment
Please, Sign In to add comment