Skip to content

Instantly share code, notes, and snippets.

@shmish111
Created August 11, 2019 17:52
Show Gist options
  • Save shmish111/02b71edf3e289bcc2ee9f48d55aac86f to your computer and use it in GitHub Desktop.
Save shmish111/02b71edf3e289bcc2ee9f48d55aac86f to your computer and use it in GitHub Desktop.
module C
f : a -> a
f x = f' x
where
-- f' : a -> a
f' x = x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment