Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

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

    basement Basement.Terminal.ANSI

    8 Colors + Bold attribute for foreground

  2. sgrForegroundColor216 :: RGBComponent -> RGBComponent -> RGBComponent -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

  3. sgrForegroundGray24 :: GrayComponent -> Escape

    basement Basement.Terminal.ANSI

    No documentation available.

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

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

    basement Basement.UArray.Mutable

    No documentation available.

  6. chunkFor :: BlockCipher k => k -> ByteString -> [ByteString]

    crypto-api Crypto.Classes

    No documentation available.

  7. chunkFor' :: BlockCipher k => k -> ByteString -> [ByteString]

    crypto-api Crypto.Classes

    No documentation available.

  8. moveForward :: (Ord time, Num time) => T time (time, body) -> T time body

    event-list Data.EventList.Absolute.TimeBody

    Move events towards the front of the event list. You must make sure, that no event is moved before time zero. This works only for finite lists.

  9. moveForward :: (Ord time, Num time) => T time (time, body) -> T time body

    event-list Data.EventList.Absolute.TimeTime

    Move events towards the front of the event list. You must make sure, that no event is moved before time zero. This works only for finite lists.

  10. moveForward :: (Ord time, Num time) => T time (time, body) -> T time body

    event-list Data.EventList.Relative.TimeBody

    Move events towards the front of the event list. You must make sure, that no event is moved before time zero. This works only for finite lists.

Page 578 of many | Previous | Next