• 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. 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

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

    xlsx Codec.Xlsx.Parser.Internal

    parsing optional attributes

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

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

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

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

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

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

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

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  7. maybeAttr :: FromAttrBs a => ByteString -> AttrParser (Maybe a)

    xlsx Codec.Xlsx.Parser.Internal.Fast

    No documentation available.

  8. maybeAttrBs :: ByteString -> AttrParser (Maybe ByteString)

    xlsx Codec.Xlsx.Parser.Internal.Fast

    No documentation available.

  9. maybeChild :: ByteString -> ChildCollector (Maybe Node)

    xlsx Codec.Xlsx.Parser.Internal.Fast

    No documentation available.

  10. maybeElementVal :: FromAttrBs a => ByteString -> ChildCollector (Maybe a)

    xlsx Codec.Xlsx.Parser.Internal.Fast

    No documentation available.

Page 38 of many | Previous | Next

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