Created
May 12, 2018 19:15
-
-
Save joneshf/05279259ae7e060ada04746a6e87c65b to your computer and use it in GitHub Desktop.
Won't type check
This file contains 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
module Main where | |
import Prelude | |
data NoArguments a = | |
NoArguments | |
instance functorNoArguments :: Functor NoArguments where | |
map _ a = a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment