cabal-gild-0.3.0.0: source/library/CabalGild/Extra/Either.hs
module CabalGild.Extra.Either where hush :: Either x a -> Maybe a hush = either (const Nothing) Just
module CabalGild.Extra.Either where hush :: Either x a -> Maybe a hush = either (const Nothing) Just