Skip to content

Instantly share code, notes, and snippets.

@joneshf
Created April 27, 2018 12:28
Show Gist options
  • Save joneshf/7b0d4e57c26492e7c0ee2f3e910099fd to your computer and use it in GitHub Desktop.
Save joneshf/7b0d4e57c26492e7c0ee2f3e910099fd to your computer and use it in GitHub Desktop.
Open row
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