Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. cBounded' :: (PositionalSystem s, Ord α, Bounded α, Integral α, Monad μ, CharParsing μ) => μ Sign -> s -> μ α

    data-textual Data.Textual.Integral

    Parse a number written in the specified positional numeral system, failing on overflow. The supplied parser is used to determine the sign of the number. Leading zeroes are not allowed.

  2. nnBounded :: (PositionalSystem s, Ord α, Bounded α, Integral α, Monad μ, CharParsing μ) => s -> μ α

    data-textual Data.Textual.Integral

    Parse a non-negative number written in the specified positional numeral system, failing on overflow.

  3. nncBounded :: (PositionalSystem s, Ord α, Bounded α, Integral α, Monad μ, CharParsing μ) => s -> μ α

    data-textual Data.Textual.Integral

    Parse a non-negative number written in the specified positional numeral system, failing on overflow. Leading zeroes are not allowed.

  4. npBounded :: (PositionalSystem s, Ord α, Bounded α, Integral α, Monad μ, CharParsing μ) => s -> μ α

    data-textual Data.Textual.Integral

    Parse a non-positive number written in the specified positional numeral system, failing on overflow.

  5. npcBounded :: (PositionalSystem s, Ord α, Bounded α, Integral α, Monad μ, CharParsing μ) => s -> μ α

    data-textual Data.Textual.Integral

    Parse a non-positive number written in the specified positional numeral system, failing on overflow. Leading zeroes are not allowed.

  6. fakeBoundedEnum :: forall a (m :: Type -> Type) . (Monad m, Enum a, Bounded a) => FakeT m a

    fakedata Faker.Combinators

    A sumtype can just use this function directly. Defined as fakeBoundedEnum = fakeEnumFromTo minBound maxBound

  7. primBounded :: BoundedPrim a -> a -> Builder

    fast-builder Data.ByteString.FastBuilder

    Turn a value of type a into a Builder, using the given BoundedPrim.

  8. primBounded :: BoundedPrim a -> a -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Turn a value of type a into a Builder, using the given BoundedPrim.

  9. primMapListBounded :: BoundedPrim a -> [a] -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Turn a list of values of type a into a Builder, using the given BoundedPrim.

  10. glpkBounded :: GlpkConstraintType

    glpk-headers Math.Programming.Glpk.Header

    No documentation available.

Page 34 of many | Previous | Next