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.

  1. witnessMapOfFold :: Monoid m => WitnessMapOf w -> (forall a . () => w a -> a -> m) -> m

    witness Data.Type.Witness.Specific.WitnessMap.Of

    No documentation available.

  2. witnessMapOfFromList :: forall (w :: Type -> Type) . [SomeOf w] -> WitnessMapOf w

    witness Data.Type.Witness.Specific.WitnessMap.Of

    Create a dictionary from a list of witness/value pairs

  3. witnessMapOfLookup :: TestEquality w => w a -> WitnessMapOf w -> Maybe a

    witness Data.Type.Witness.Specific.WitnessMap.Of

    Look up the first value in the dictionary that matches the given witness.

  4. witnessMapOfModify :: TestEquality w => w a -> (a -> a) -> WitnessMapOf w -> WitnessMapOf w

    witness Data.Type.Witness.Specific.WitnessMap.Of

    Modify the first value in the dictionary that matches a particular witness.

  5. witnessMapOfRemove :: TestEquality w => w a -> WitnessMapOf w -> WitnessMapOf w

    witness Data.Type.Witness.Specific.WitnessMap.Of

    Remove the first entry in the dictionary that matches the given witness.

  6. witnessMapOfReplace :: TestEquality w => w a -> a -> WitnessMapOf w -> WitnessMapOf w

    witness Data.Type.Witness.Specific.WitnessMap.Of

    Replace the first value in the dictionary that matches the witness

  7. witnessMapOfSingle :: w a -> a -> WitnessMapOf w

    witness Data.Type.Witness.Specific.WitnessMap.Of

    No documentation available.

  8. witnessMapOfToList :: forall (w :: Type -> Type) . WitnessMapOf w -> [SomeOf w]

    witness Data.Type.Witness.Specific.WitnessMap.Of

    No documentation available.

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

  10. type Colormap = XID

    xmonad XMonad

    No documentation available.

Page 1102 of many | Previous | Next