
12 Aug
2015
12 Aug
'15
11:16 a.m.
On Wed, Aug 12, 2015 at 04:15:33PM +0100, Tom Ellis wrote:
On Wed, Aug 12, 2015 at 04:26:59PM +0200, haskell@stefan-klinger.de wrote:
Version two: `InputT` inside `StateT`
main :: IO () main = runInputT defaultSettings . noesc $ evalStateT repl 0
Instead of this, how about `hoist`ing noesc inside the StateT?
hoist is here: http://haddock.stackage.org/lts-2.22/mmorph-1.0.4/Control-Monad-Morph.html#v...