Created
February 1, 2019 04:49
-
-
Save sevanspowell/089198911c773a7c53539c9e70955e11 to your computer and use it in GitHub Desktop.
ScottyT issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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