Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

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

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

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

    No documentation available.

  3. xpList :: PU [a] b -> PU [a] [b]

    xml-picklers Data.XML.Pickle

    xpSeqWhile. (compat)

  4. xpList0 :: PU [a] b -> PU [a] [b]

    xml-picklers Data.XML.Pickle

    xpAll. (compat)

  5. xpListMinLen :: Int -> PU [a] b -> PU [a] [b]

    xml-picklers Data.XML.Pickle

    Like xpList, but only succeed during unpickling if at least a minimum number of elements are unpickled.

  6. fromList :: [(Key, v)] -> KeyMap v

    Blammo Data.Aeson.Compat

    Construct a map with the supplied mappings. If the list contains duplicate mappings, the later mappings take precedence.

    >>> fromList [("a", 'x'), ("a", 'y')]
    fromList [("a",'y')]
    

  7. toList :: KeyMap v -> [(Key, v)]

    Blammo Data.Aeson.Compat

    Return a list of this map's keys and elements. The order is not stable. Use toAscList for stable ordering.

  8. autoPatternList :: [(Text, PPPCategory, Text)]

    ENIG Data.Text.ENIG.Config

    No documentation available.

  9. hangulComponentCodeList :: [Code]

    ENIG Data.Text.ENIG.Config

    List of Hangul components' code 한글 자소 코드 리스트

  10. hangulComponentList :: [Char]

    ENIG Data.Text.ENIG.Config

    List of Hangul components 한글 자소 리스트

Page 183 of many | Previous | Next