Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. type BList = [BValue]

    bencoding Data.BEncode.Types

    A plain bencode list.

  2. BList :: BList -> BValue

    bencoding Data.BEncode.Types

    list of bencode values;

  3. isList :: BValue -> Bool

    bencoding Data.BEncode.Types

    Test if bencoded value is a list.

  4. fromList :: [Word8] -> ByteSet

    byteset Data.ByteSet

    O(n). Create a byteset from a list of bytes.

  5. toList :: ByteSet -> [Word8]

    byteset Data.ByteSet

    O(n). An alias of elems.

  6. fmtIntegralListExpr :: (Show a, Integral a) => Expr [a] -> String

    dice Data.Random.Dice

    No documentation available.

  7. showListConst :: Show a => String -> a -> p -> String -> String

    dice Data.Random.Dice

    No documentation available.

  8. showSimpleListConst :: Show a => String -> [a] -> Int -> ShowS

    dice Data.Random.Dice

    No documentation available.

  9. data SnocList a

    folds Data.Fold.Internal

    Reversed '[]'

  10. data SnocList1 a

    folds Data.Fold.Internal

    No documentation available.

Page 239 of many | Previous | Next