Skip to content

Instantly share code, notes, and snippets.

@hexx
Created August 3, 2012 09:36
Show Gist options
  • Save hexx/3246320 to your computer and use it in GitHub Desktop.
Save hexx/3246320 to your computer and use it in GitHub Desktop.
rpscala84-1.hs
{-# LANGUAGE ExistentialQuantification #-}
data DP = forall a. DP a (a -> Bool)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment