Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. data CairoStatusReadError

    simple-cairo Graphics.Cairo.Exception

    No documentation available.

  2. CairoStatusReadError :: CairoStatusReadError

    simple-cairo Graphics.Cairo.Exception

    No documentation available.

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

  4. parseWithRead :: forall t e a . (Read a, Textual t) => e -> t -> Either e a

    ttc Data.TTC

    Parse a value using a Read instance

  5. parseWithRead' :: forall t e a . (Read a, Textual t, Textual e) => String -> t -> Either e a

    ttc Data.TTC

    Parse a value using a Read instance with default error messages The following English error message is returned:

    • "invalid {name}" when the parse fails

  6. defaultReadFailure :: Either String (a, Text)

    xlsx Codec.Xlsx.Parser.Internal

    No documentation available.

  7. _alignmentReadingOrder :: Alignment -> Maybe ReadingOrder

    xlsx Codec.Xlsx.Types.StyleSheet

    An integer value indicating whether the reading order (bidirectionality) of the cell is leftto- right, right-to-left, or context dependent.

  8. alignmentReadingOrder :: Lens' Alignment (Maybe ReadingOrder)

    xlsx Codec.Xlsx.Types.StyleSheet

    No documentation available.

  9. ioThreads :: Context -> IO Word

    zeromq4-haskell System.ZMQ4

    zmq_ctx_get ZMQ_IO_THREADS.

  10. setIoThreads :: Word -> Context -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_ctx_get ZMQ_IO_THREADS.

Page 675 of many | Previous | Next