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.
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]]
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]]
-
text-icu Data.Text.ICU.Char -
text-icu Data.Text.ICU.Char RgiEmojiModifierSequence :: Bool_text-icu Data.Text.ICU.Char -
text-icu Data.Text.ICU.Char -
text-icu Data.Text.ICU.Char u_ILLEGAL_ESCAPE_SEQUENCE :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
u_REGEX_BAD_ESCAPE_SEQUENCE :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.
u_UNSUPPORTED_ESCAPE_SEQUENCE :: ICUErrortext-icu Data.Text.ICU.Error No documentation available.