yi-0.5.2: Shim/SessionMonad.hs
module Shim.SessionMonad where #if __GLASGOW_HASKELL__ >= 610 import HscTypes (Session) #else import GHC (Session) #endif class Monad m => SessionMonad m where getSession :: m Session
module Shim.SessionMonad where #if __GLASGOW_HASKELL__ >= 610 import HscTypes (Session) #else import GHC (Session) #endif class Monad m => SessionMonad m where getSession :: m Session