Skip to content

Instantly share code, notes, and snippets.

@googleson78
Created May 31, 2018 15:51
Show Gist options
  • Save googleson78/9cfcd7a18f68263a738727b4e34c240c to your computer and use it in GitHub Desktop.
Save googleson78/9cfcd7a18f68263a738727b4e34c240c to your computer and use it in GitHub Desktop.
data A = A ()
deriving Show
a :: A
a = (f a)
f :: A -> A
f (A x) = A ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment