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. toFinalPtrForeign :: ForeignPtr a -> FinalPtr a

    basement Basement.FinalPtr

    Create a new FinalPtr from a ForeignPtr

  2. module Basement.NormalForm

    No documentation available.

  3. class NormalForm a

    basement Basement.NormalForm

    Data that can be fully evaluated in Normal Form

  4. toNormalForm :: NormalForm a => a -> ()

    basement Basement.NormalForm

    No documentation available.

  5. cursorForward :: Displacement -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

  6. sgrForeground :: ColorComponent -> Bool -> Escape

    basement Basement.Terminal.ANSI

    8 Colors + Bold attribute for foreground

  7. sgrForegroundColor216 :: RGBComponent -> RGBComponent -> RGBComponent -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

  8. sgrForegroundGray24 :: GrayComponent -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

  9. fromForeignPtr :: PrimType ty => (ForeignPtr ty, Int, Int) -> UArray ty

    basement Basement.UArray

    Create a foreign UArray from foreign memory and given offset/size No check are performed to make sure this is valid, so this is unsafe. This is particularly useful when dealing with foreign memory and ByteString

  10. mutableForeignMem :: (PrimMonad prim, PrimType ty) => FinalPtr ty -> Int -> prim (MUArray ty (PrimState prim))

    basement Basement.UArray.Mutable

    No documentation available.

Page 579 of many | Previous | Next