• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. maybeFromUnion :: forall (as :: [Type]) a . EitherFromUnion as '[()] => (Union as -> a) -> Union (as .++ '[()]) -> Maybe a

    servant Servant.API.MultiVerb

    No documentation available.

  2. maybeToUnion :: forall (as :: [Type]) a . (InjectAfter as '[()], InjectBefore as '[()]) => (a -> Union as) -> Maybe a -> Union (as .++ '[()])

    servant Servant.API.MultiVerb

    No documentation available.

  3. maybeNamedArray :: Maybe Text -> [YamlBuilder] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  4. maybeNamedBool :: Maybe Text -> Bool -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  5. maybeNamedMapping :: Maybe Text -> [(Text, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  6. maybeNamedMappingComplex :: Maybe Text -> [(YamlBuilder, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  7. maybeNamedNull :: Maybe Text -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  8. maybeNamedScientific :: Maybe Text -> Scientific -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  9. maybeNamedString :: Maybe Text -> Text -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  10. maybeCryptoError :: CryptoFailable a -> Maybe a

    crypton Crypto.Error

    Transform a CryptoFailable to a Maybe

Page 32 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete