Created
March 26, 2017 21:19
-
-
Save pierrebeaucamp/ecdb8f0c6e97d4563ea291839a83d1e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface Foo ty where | |
doStuff : (Eq eq) => ty -> eq | |
data Bar : Type where | |
MkBar : (Eq eq) => eq -> Bar | |
Foo Bar where | |
doStuff (MkBar x) = x |
Author
pierrebeaucamp
commented
Mar 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment