ghc-toolchain-0.1.0.0: Utility for managing GHC target toolchains
Safe HaskellNone
LanguageHaskell2010

GHC.Toolchain.Utils

Synopsis

Documentation

expectJust :: String -> Maybe a -> M a #

withTempDir :: (FilePath -> M a) -> M a #

oneOf :: String -> [M b] -> M b #

oneOf' :: [String] -> [M b] -> M b #

Like oneOf but takes a multi-line error message if none of the checks succeed.