Skip to content

Instantly share code, notes, and snippets.

@joneshf
Created April 27, 2018 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joneshf/9748b712a741219d8f20d7924d2de0af to your computer and use it in GitHub Desktop.
Save joneshf/9748b712a741219d8f20d7924d2de0af to your computer and use it in GitHub Desktop.
More rowness
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