• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. data CList a

    data-clist Data.CircularList.Internal

    A functional ring type.

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

    data-clist Data.CircularList.Internal

    No documentation available.

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

    data-clist Data.CircularList.Internal

    Make a (balanced) CList from a list.

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

    data-clist Data.CircularList.Internal

    Make a CList into an infinite list.

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

    data-clist Data.CircularList.Internal

    Make a list from a CList.

  6. ErrList :: Seq ErrorAcc -> ErrorAcc

    error-or Data.ErrorOr

    No documentation available.

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

  8. primMapListFixed :: FixedPrim a -> [a] -> Builder

    fast-builder Data.ByteString.FastBuilder.Internal

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

  9. runListF :: ListF (f :: k -> Type) (a :: k) -> [f a]

    functor-combinators Data.Functor.Combinator

    No documentation available.

  10. toListBy :: forall (f :: Type -> Type) . Tensor t i => t f f ~> ListBy t f

    functor-combinators Data.Functor.Combinator

    Embed a direct application of f to itself into a ListBy t f.

Page 161 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete