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. fore :: Colour -> Chunk -> Chunk

    safe-coloured-text Text.Colour.Chunk

    No documentation available.

  2. force :: TextBuilder -> TextBuilder

    text-builder TextBuilder

    Run the builder and pack the produced text into a new builder. Useful to have around builders that you reuse, because a forced builder is much faster, since it's virtually a single call to memcopy.

  3. forMaybe :: (Witherable t, Applicative f) => t a -> (a -> f (Maybe b)) -> f (t b)

    witherable Witherable

    forMaybe = flip wither
    

  4. force :: NormalForm a => a -> a

    basement Basement.NormalForm

    No documentation available.

  5. foreignMem :: PrimType ty => FinalPtr ty -> CountOf ty -> UArray ty

    basement Basement.UArray

    No documentation available.

  6. forceTimeHead :: C time => T time body -> T time body

    event-list Data.EventList.Relative.TimeTime

    No documentation available.

  7. forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Property

    genvalidity-property Test.Validity.Property

    No documentation available.

  8. forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Property

    genvalidity-property Test.Validity.Property.Utils

    No documentation available.

  9. formatter :: GenericHandler a -> LogFormatter (GenericHandler a)

    hslogger System.Log.Handler.Simple

    No documentation available.

  10. forceMatrix :: Matrix a -> Matrix a

    matrix Data.Matrix

    O(rows*cols). Similar to force. It copies the matrix content dropping any extra memory. Useful when using submatrix from a big matrix.

Page 50 of many | Previous | Next