Skip to content

Instantly share code, notes, and snippets.

@seanparsons
Created May 9, 2015 15:01
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 seanparsons/80750635b40321c9fbbd to your computer and use it in GitHub Desktop.
Save seanparsons/80750635b40321c9fbbd to your computer and use it in GitHub Desktop.
type AppRWS a = RWST ReaderEnv () () IO a
type SpockTApp a = SpockT (RWST ReaderEnv () () IO) a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment