Skip to content

Instantly share code, notes, and snippets.

@nkpart
Created June 22, 2015 23:45
Show Gist options
  • Save nkpart/32765f76ba289748c23b to your computer and use it in GitHub Desktop.
Save nkpart/32765f76ba289748c23b to your computer and use it in GitHub Desktop.
doThing :: (MonadTrans t
,MonadFree (MyFreeCache Something) (t m)
,MonadFree (MyFreeCache OtherThing) m
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment