Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. xrmapAux :: XRMap f g rs => (forall (a :: u) . () => XData f a -> XData g a) -> XRec f rs -> XRec g rs

    vinyl Data.Vinyl.XRec

    No documentation available.

  2. type HasLinearMap (v :: Type -> Type) = (HasBasis v, Traversable v)

    diagrams-core Diagrams.Core

    HasLinearMap is a constraint synonym, just to help shorten some of the ridiculously long constraint sets.

  3. newtype SubMap b (v :: Type -> Type) n m

    diagrams-core Diagrams.Core

    A SubMap is a map associating names to subdiagrams. There can be multiple associations for any given name.

  4. SubMap :: Map Name [Subdiagram b v n m] -> SubMap b (v :: Type -> Type) n m

    diagrams-core Diagrams.Core

    No documentation available.

  5. subMap :: forall (v :: Type -> Type) m n b . (Metric v, Semigroup m, OrderedField n) => Lens' (QDiagram b v n m) (SubMap b v n m)

    diagrams-core Diagrams.Core

    Lens onto the SubMap of a QDiagram (i.e. an association from names to subdiagrams).

  6. type HasLinearMap (v :: Type -> Type) = (HasBasis v, Traversable v)

    diagrams-core Diagrams.Core.Transform

    HasLinearMap is a constraint synonym, just to help shorten some of the ridiculously long constraint sets.

  7. newtype SubMap b (v :: Type -> Type) n m

    diagrams-core Diagrams.Core.Types

    A SubMap is a map associating names to subdiagrams. There can be multiple associations for any given name.

  8. SubMap :: Map Name [Subdiagram b v n m] -> SubMap b (v :: Type -> Type) n m

    diagrams-core Diagrams.Core.Types

    No documentation available.

  9. subMap :: forall (v :: Type -> Type) m n b . (Metric v, Semigroup m, OrderedField n) => Lens' (QDiagram b v n m) (SubMap b v n m)

    diagrams-core Diagrams.Core.Types

    Lens onto the SubMap of a QDiagram (i.e. an association from names to subdiagrams).

  10. module Control.Distributed.Process.Internal.BiMultiMap

    This is an implementation of bidirectional multimaps.

Page 517 of many | Previous | Next