tianbar-0.4.0.0: src/System/Tianbar/Utils.hs
module System.Tianbar.Utils where import Control.Monad.Trans.Maybe liftMT :: Monad m => Maybe a -> MaybeT m a liftMT = MaybeT . return
module System.Tianbar.Utils where import Control.Monad.Trans.Maybe liftMT :: Monad m => Maybe a -> MaybeT m a liftMT = MaybeT . return