Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. fromList :: [a] -> CList a

    data-clist Data.CircularList

    Make a (balanced) CList from a list.

  2. toInfList :: CList a -> [a]

    data-clist Data.CircularList

    Make a CList into an infinite list.

  3. toList :: CList a -> [a]

    data-clist Data.CircularList

    Make a list from a CList.

  4. data CList a

    data-clist Data.CircularList.Internal

    A functional ring type.

  5. CList :: [a] -> a -> [a] -> CList a

    data-clist Data.CircularList.Internal

    No documentation available.

  6. fromList :: [a] -> CList a

    data-clist Data.CircularList.Internal

    Make a (balanced) CList from a list.

  7. toInfList :: CList a -> [a]

    data-clist Data.CircularList.Internal

    Make a CList into an infinite list.

  8. toList :: CList a -> [a]

    data-clist Data.CircularList.Internal

    Make a list from a CList.

  9. ErrList :: Seq ErrorAcc -> ErrorAcc

    error-or Data.ErrorOr

    No documentation available.

  10. primMapListBounded :: BoundedPrim a -> [a] -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

    Turn a list of values of type a into a Builder, using the given BoundedPrim.

Page 161 of many | Previous | Next