yi-0.8.0: src/library/Shim/SessionMonad.hs
{-# LANGUAGE CPP #-}
module Shim.SessionMonad where
import HscTypes (Session)
class Monad m => SessionMonad m where
getSession :: m Session
{-# LANGUAGE CPP #-}
module Shim.SessionMonad where
import HscTypes (Session)
class Monad m => SessionMonad m where
getSession :: m Session