static-ls-0.1.0: src/StaticLS/Except.hs
module StaticLS.Except where import Control.Error.Util import Control.Monad.Trans.Except exceptToMaybe :: Except a b -> Maybe b exceptToMaybe = hush . runExcept
module StaticLS.Except where import Control.Error.Util import Control.Monad.Trans.Except exceptToMaybe :: Except a b -> Maybe b exceptToMaybe = hush . runExcept