Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

    xml-picklers Data.XML.Pickle

    xpAll. (compat)

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

  3. 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')]
    

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

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

    ENIG Data.Text.ENIG.Config

    No documentation available.

  6. hangulComponentCodeList :: [Code]

    ENIG Data.Text.ENIG.Config

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

  7. hangulComponentList :: [Char]

    ENIG Data.Text.ENIG.Config

    List of Hangul components 한글 자소 리스트

  8. lastConsonantCodeList :: [Code]

    ENIG Data.Text.ENIG.Config

    List of the last consonants' code (NFKDed) 받침의 문자코드 리스트

  9. lastConsonantList :: [Char]

    ENIG Data.Text.ENIG.Config

    List of the last consonants 받침의 문자 리스트

  10. vowelCodeList :: [Code]

    ENIG Data.Text.ENIG.Config

    List of the vowel consonants' code (NFKDed) 모음의 문자코드 리스트

Page 183 of many | Previous | Next