Skip to content

Instantly share code, notes, and snippets.

@sevanspowell
Created February 1, 2019 04:49
Show Gist options
  • Save sevanspowell/089198911c773a7c53539c9e70955e11 to your computer and use it in GitHub Desktop.
Save sevanspowell/089198911c773a7c53539c9e70955e11 to your computer and use it in GitHub Desktop.
ScottyT issue
someFn :: b -> m a -> m a
someStack :: ActionT e m a
someStack = do
r <- ask
info = r ^. getInfo
lift $ someFn info _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment