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.
-
vinyl Data.Vinyl.XRec No documentation available.
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.
newtype
SubMap b (v :: Type -> Type) n mdiagrams-core Diagrams.Core A SubMap is a map associating names to subdiagrams. There can be multiple associations for any given name.
SubMap :: Map Name [Subdiagram b v n m] -> SubMap b (v :: Type -> Type) n mdiagrams-core Diagrams.Core No documentation available.
-
diagrams-core Diagrams.Core Lens onto the SubMap of a QDiagram (i.e. an association from names to subdiagrams).
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.
newtype
SubMap b (v :: Type -> Type) n mdiagrams-core Diagrams.Core.Types A SubMap is a map associating names to subdiagrams. There can be multiple associations for any given name.
SubMap :: Map Name [Subdiagram b v n m] -> SubMap b (v :: Type -> Type) n mdiagrams-core Diagrams.Core.Types No documentation available.
-
diagrams-core Diagrams.Core.Types Lens onto the SubMap of a QDiagram (i.e. an association from names to subdiagrams).
module Control.Distributed.Process.Internal.
BiMultiMap This is an implementation of bidirectional multimaps.