Created
April 27, 2018 12:28
-
-
Save joneshf/7b0d4e57c26492e7c0ee2f3e910099fd to your computer and use it in GitHub Desktop.
Open row
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment