Created
April 27, 2018 12:34
-
-
Save joneshf/9748b712a741219d8f20d7924d2de0af to your computer and use it in GitHub Desktop.
More rowness
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 | |
foo :: forall r. ( | r) -> r | |
foo x = x | |
bar :: ( | Int) | |
bar = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment