Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. newtype WithAnyPrec t

    aern2-mp AERN2.MP.WithCurrentPrec.Type

    An existential type wrapper for convenient conversions, eg using aern2-real:

    _x :: KnownNat p => WithCurrentPrec (CN MPBall) p
    _x = undefined
    
    _r_x :: CReal
    _r_x = creal $ WithAnyPrec _x
    

  2. WithAnyPrec :: (forall (p :: Nat) . KnownNat p => WithCurrentPrec p t) -> WithAnyPrec t

    aern2-mp AERN2.MP.WithCurrentPrec.Type

    No documentation available.

  3. containsAny :: Searcher () -> Text -> Bool

    alfred-margaret Data.Text.AhoCorasick.Searcher

    Return whether the haystack contains any of the needles. Case sensitivity depends on the properties of the searcher This function is marked noinline as an inlining boundary. Aho.runText is marked inline, so this function will be optimized to report only whether there is a match, and not construct a list of matches. We don't want this function be inline, to make sure that the conditions of the caller don't affect how this function is optimized. There is little to gain from additional inlining. The pragma is not an optimization in itself, rather it is a defence against fragile optimizer decisions.

  4. containsAny :: Searcher () -> Text -> Bool

    alfred-margaret Data.Text.BoyerMoore.Searcher

    Return whether the haystack contains any of the needles. This function is marked noinline as an inlining boundary. BoyerMoore.runText is marked inline, so this function will be optimized to report only whether there is a match, and not construct a list of matches. We don't want this function be inline, to make sure that the conditions of the caller don't affect how this function is optimized. There is little to gain from additional inlining. The pragma is not an optimization in itself, rather it is a defence against fragile optimizer decisions.

  5. containsAny :: Searcher () -> Text -> Bool

    alfred-margaret Data.Text.BoyerMooreCI.Searcher

    Return whether the haystack contains any of the needles. This function is marked noinline as an inlining boundary. BoyerMoore.runText is marked inline, so this function will be optimized to report only whether there is a match, and not construct a list of matches. We don't want this function be inline, to make sure that the conditions of the caller don't affect how this function is optimized. There is little to gain from additional inlining. The pragma is not an optimization in itself, rather it is a defence against fragile optimizer decisions.

  6. unsafeIndexAnywhereInCodePoint' :: Array -> CodeUnitIndex -> BackwardsIter

    alfred-margaret Data.Text.Utf8

    No documentation available.

  7. ObjectAnyOfSchema :: !NonEmpty ObjectSchema -> ObjectSchema

    autodocodec-schema Autodocodec.Schema

    No documentation available.

  8. ObjectAnySchema :: ObjectSchema

    autodocodec-schema Autodocodec.Schema

    No documentation available.

  9. c'GLFW_ANY_RELEASE_BEHAVIOR :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

  10. c'GLFW_OPENGL_ANY_PROFILE :: Num a => a

    bindings-GLFW Bindings.GLFW

    No documentation available.

Page 186 of many | Previous | Next