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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. maybeText :: T name string -> Maybe string

    tagchup Text.HTML.Tagchup.Tag

    Extract the string from within Text, otherwise Nothing

  2. maybeWarning :: T name string -> Maybe String

    tagchup Text.HTML.Tagchup.Tag

    No documentation available.

  3. maybeAscii :: Char -> Maybe Word8

    text-latin1 Text.Ascii

    Map a character to its ASCII encoding if possible, otherwise return Nothing.

  4. maybeLatin1 :: Char -> Maybe Word8

    text-latin1 Text.Latin1

    Map a character to its Latin-1 encoding if possible, otherwise return Nothing.

  5. maybeParseWithRead :: forall t a . (Read a, Textual t) => t -> Maybe a

    ttc Data.TTC

    Parse a value to a Maybe result using a Read instance

  6. maybeAttribute :: FromAttrVal a => Name -> Cursor -> [Maybe a]

    xlsx Codec.Xlsx.Parser.Internal

    parsing optional attributes

  7. maybeBoolElementValue :: Name -> Cursor -> [Maybe Bool]

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  8. maybeElementValue :: FromAttrVal a => Name -> Cursor -> [Maybe a]

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  9. maybeElementValueDef :: FromAttrVal a => Name -> a -> Cursor -> [Maybe a]

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  10. maybeFromElement :: FromCursor a => Name -> Cursor -> [Maybe a]

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

Page 53 of many | Previous | Next

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