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. ReplicasLowerBounded :: Int -> ReplicaBounds

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. ReplicasUnbounded :: ReplicaBounds

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  3. ThreadPoolBounded :: Int -> ThreadPoolSize

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  4. ThreadPoolUnbounded :: ThreadPoolSize

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  5. Unbounded :: PageWidth

    clash-lib Data.Text.Prettyprint.Doc.Extra

    Layouters should not introduce line breaks on their own.

  6. Unbounded :: FailureType

    comfort-glpk Numeric.GLPK

    No documentation available.

  7. Unbounded :: Simplex a

    dsp Matrix.Simplex

    No documentation available.

  8. pevalDefaultDivBoundedIntegralTerm :: (PEvalDivModIntegralTerm a, Bounded a, Integral a) => Term a -> Term a -> Term a

    grisette Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalDivModIntegralTerm

    Default partial evaluation of division operation for bounded integral types.

  9. pevalDefaultQuotBoundedIntegralTerm :: (PEvalDivModIntegralTerm a, Bounded a, Integral a) => Term a -> Term a -> Term a

    grisette Grisette.Internal.SymPrim.Prim.Internal.Instances.PEvalDivModIntegralTerm

    Default partial evaluation of quotient operation for bounded integral types.

  10. compileBounded :: Int -> RE c a -> Maybe (Parser c a)

    parser-regex Regex.Base

    Compile a RE c a to a Parser c a. Returns Nothing if the size of the RE is greater than the provided limit <math>. You may want to use this if you suspect that the RE may be too large, for instance if the regex is constructed from an untrusted source. While the exact size of a RE depends on an internal representation, it can be assumed to be in the same order as the length of a regex pattern corresponding to the RE.

Page 43 of many | Previous | Next