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. Pos7 :: TypeInt

    numtype-dk Numeric.NumType.DK.Integers

    No documentation available.

  2. Pos8 :: TypeInt

    numtype-dk Numeric.NumType.DK.Integers

    No documentation available.

  3. Pos9 :: TypeInt

    numtype-dk Numeric.NumType.DK.Integers

    No documentation available.

  4. type family Pred (i :: TypeInt) :: TypeInt

    numtype-dk Numeric.NumType.DK.Integers

    No documentation available.

  5. module Text.Pandoc.Lua.Marshal.Pandoc

    Marshaling/unmarshaling functions of Pandoc values.

  6. data ParseError

    parsec-class Text.Parsec.Class

    The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.

  7. type Parsec s u = ParsecT s u Identity

    parsec-class Text.Parsec.Class

    No documentation available.

  8. data ParsecT s u (m :: Type -> Type) a

    parsec-class Text.Parsec.Class

    ParserT monad transformer and Parser type ParsecT s u m a is a parser with stream type s, user state type u, underlying monad m and return type a. Parsec is strict in the user state. If this is undesirable, simply use a data type like data Box a = Box a and the state type Box YourStateType to add a level of indirection.

  9. module Data.PartialOrd

    Partial orders

  10. class PartialOrd a

    partialord Data.PartialOrd

    A typeclass expressing partially ordered types: any two elements are related by a PartialOrdering. In some cases leq can be quicker to run than compare. The provided implementations such as `PartialOrd (a,b)` take advantage of this.

Page 969 of many | Previous | Next