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.
fore :: Colour -> Chunk -> Chunksafe-coloured-text Text.Colour.Chunk No documentation available.
force :: TextBuilder -> TextBuildertext-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.
forMaybe :: (Witherable t, Applicative f) => t a -> (a -> f (Maybe b)) -> f (t b)witherable Witherable forMaybe = flip wither
force :: NormalForm a => a -> abasement Basement.NormalForm No documentation available.
foreignMem :: PrimType ty => FinalPtr ty -> CountOf ty -> UArray tybasement Basement.UArray No documentation available.
forceTimeHead :: C time => T time body -> T time bodyevent-list Data.EventList.Relative.TimeTime No documentation available.
forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Propertygenvalidity-property Test.Validity.Property No documentation available.
forAllValid :: (Show a, GenValid a, Testable prop) => (a -> prop) -> Propertygenvalidity-property Test.Validity.Property.Utils No documentation available.
formatter :: GenericHandler a -> LogFormatter (GenericHandler a)hslogger System.Log.Handler.Simple No documentation available.
forceMatrix :: Matrix a -> Matrix amatrix 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.