Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. maybeSuffixOf :: Eq a => [a] -> [a] -> Maybe [a]

    utility-ht Data.List.HT

    >>> maybeSuffixOf "abc" "abcdef"
    Nothing
    
    >>> maybeSuffixOf "def" "abcdef"
    Just "abc"
    

  2. maybeRead :: Read a => String -> Maybe a

    utility-ht Text.Read.HT

    No documentation available.

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

    servant Servant.API.MultiVerb

    No documentation available.

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

    servant Servant.API.MultiVerb

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

  9. maybeNamedNull :: Maybe Text -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

Page 32 of many | Previous | Next