Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. subsequences :: Infinite a -> Infinite [a]

    infinite-list Data.List.Infinite

    Generate an infinite list of all finite subsequences of the argument.

    >>> take 8 (subsequences (0...))
    [[],[0],[1],[0,1],[2],[0,2],[1,2],[0,1,2]]
    

  2. subsequences1 :: Infinite a -> Infinite (NonEmpty a)

    infinite-list Data.List.Infinite

    Generate an infinite list of all non-empty finite subsequences of the argument.

    >>> take 7 (subsequences1 (0...))
    [0 :| [],1 :| [],0 :| [1],2 :| [],0 :| [2],1 :| [2],0 :| [1,2]]
    

  3. EmojiKeycapSequence :: Bool_

    text-icu Data.Text.ICU.Char

    See https://www.unicode.org/reports/tr51/#Emoji_Sets

  4. RgiEmojiFlagSequence :: Bool_

    text-icu Data.Text.ICU.Char

    See https://www.unicode.org/reports/tr51/#Emoji_Sets

  5. RgiEmojiModifierSequence :: Bool_

    text-icu Data.Text.ICU.Char

    See https://www.unicode.org/reports/tr51/#Emoji_Sets

  6. RgiEmojiTagSequence :: Bool_

    text-icu Data.Text.ICU.Char

    See https://www.unicode.org/reports/tr51/#Emoji_Sets

  7. RgiEmojiZwjSequence :: Bool_

    text-icu Data.Text.ICU.Char

    See https://www.unicode.org/reports/tr51/#Emoji_Sets

  8. u_ILLEGAL_ESCAPE_SEQUENCE :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  9. u_REGEX_BAD_ESCAPE_SEQUENCE :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  10. u_UNSUPPORTED_ESCAPE_SEQUENCE :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

Page 58 of many | Previous | Next