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

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. toListMap :: (forall t . () => Proxy t -> Item tm t -> r) -> TypeMap tm -> [r]

    type-map Data.TypeMap.Dynamic.Alt

    Collapse a type map into a plain list of values.

  2. toList :: TypeMap (OfType r) -> [r]

    type-map Data.TypeMap.Internal.Dynamic

    Reduce a constant type map into a plain list of values.

  3. toListMap :: (forall t . () => Proxy t -> Item tm t -> r) -> TypeMap tm -> [r]

    type-map Data.TypeMap.Internal.Dynamic

    Collapse a type map into a plain list of values.

  4. newtype TypeList (d :: k)

    type-map Data.TypeMap.Internal.List

    List-backed type-map.

  5. data TypeList (d :: k)

    type-map Data.TypeMap.List

    List-backed type-map.

  6. toList :: TypeVector d -> TypeList l

    type-map Data.TypeMap.Vector

    Convert from a vector to a list.

  7. rList :: Riggable f => f a -> f [a]

    type-rig Data.TypeRig.Riggable

    No documentation available.

  8. rList1 :: Riggable f => f a -> f (NonEmpty a)

    type-rig Data.TypeRig.Riggable

    No documentation available.

  9. fromList :: Unboxable a => [a] -> Vector a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  10. fromListN :: Unboxable a => Int -> [a] -> Vector a

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

Page 229 of many | Previous | Next

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