Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
witnessMapOfFold :: Monoid m => WitnessMapOf w -> (forall a . () => w a -> a -> m) -> mwitness Data.Type.Witness.Specific.WitnessMap.Of No documentation available.
witnessMapOfFromList :: forall (w :: Type -> Type) . [SomeOf w] -> WitnessMapOf wwitness Data.Type.Witness.Specific.WitnessMap.Of Create a dictionary from a list of witness/value pairs
witnessMapOfLookup :: TestEquality w => w a -> WitnessMapOf w -> Maybe awitness Data.Type.Witness.Specific.WitnessMap.Of Look up the first value in the dictionary that matches the given witness.
witnessMapOfModify :: TestEquality w => w a -> (a -> a) -> WitnessMapOf w -> WitnessMapOf wwitness Data.Type.Witness.Specific.WitnessMap.Of Modify the first value in the dictionary that matches a particular witness.
witnessMapOfRemove :: TestEquality w => w a -> WitnessMapOf w -> WitnessMapOf wwitness Data.Type.Witness.Specific.WitnessMap.Of Remove the first entry in the dictionary that matches the given witness.
witnessMapOfReplace :: TestEquality w => w a -> a -> WitnessMapOf w -> WitnessMapOf wwitness Data.Type.Witness.Specific.WitnessMap.Of Replace the first value in the dictionary that matches the witness
witnessMapOfSingle :: w a -> a -> WitnessMapOf wwitness Data.Type.Witness.Specific.WitnessMap.Of No documentation available.
witnessMapOfToList :: forall (w :: Type -> Type) . WitnessMapOf w -> [SomeOf w]witness Data.Type.Witness.Specific.WitnessMap.Of No documentation available.
xpMap :: Ord k => Name -> Name -> PU Text k -> PU [Node] a -> PU [Node] (Map k a)xml-picklers Data.XML.Pickle Standard pickler for maps This pickler converts a map into a list of pairs of the form
<elt attr="key">value</elt>
-
xmonad XMonad No documentation available.