Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. FinalForeign :: ForeignPtr a -> FinalPtr a

    basement Basement.FinalPtr

    No documentation available.

  2. toFinalPtrForeign :: ForeignPtr a -> FinalPtr a

    basement Basement.FinalPtr

    Create a new FinalPtr from a ForeignPtr

  3. module Basement.NormalForm

    No documentation available.

  4. class NormalForm a

    basement Basement.NormalForm

    Data that can be fully evaluated in Normal Form

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

    basement Basement.NormalForm

    No documentation available.

  6. cursorForward :: Displacement -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

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

    basement Basement.Terminal.ANSI

    8 Colors + Bold attribute for foreground

  8. sgrForegroundColor216 :: RGBComponent -> RGBComponent -> RGBComponent -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

  9. sgrForegroundGray24 :: GrayComponent -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

  10. 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

Page 579 of many | Previous | Next