Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
system-filepath Filesystem.Path.Rules Linux, BSD, and other UNIX or UNIX-like operating systems.
posix_ghc702 :: Rules ByteStringsystem-filepath Filesystem.Path.Rules Linux, BSD, and other UNIX or UNIX-like operating systems. This is a variant of posix for use with GHC 7.2, which tries to decode file paths in its IO computations. Since: 0.3.3 / 0.4.2
posix_ghc704 :: Rules ByteStringsystem-filepath Filesystem.Path.Rules Linux, BSD, and other UNIX or UNIX-like operating systems. This is a variant of posix for use with GHC 7.4 or later, which tries to decode file paths in its IO computations. Since: 0.3.7 / 0.4.6
-
text-icu Data.Text.ICU Checks that the identifier contains numbers from only a single script.
MixedScriptConfusable :: SpoofChecktext-icu Data.Text.ICU Makes areConfusable report if both identifiers are visually confusable and at least one identifier contains characters from more than one script. Makes spoofCheck report if the identifier contains multiple scripts, and is confusable with some other identifier in a single script.
-
text-icu Data.Text.ICU Prefix of the current break.
-
text-icu Data.Text.ICU Suffix of the current break.
prefix :: Int -> Match -> Maybe Texttext-icu Data.Text.ICU Return the prefix of the nth capturing group in a match (the text from the start of the string to the start of the match), or Nothing if n is out of bounds.
suffix :: Int -> Match -> Maybe Texttext-icu Data.Text.ICU Return the suffix of the nth capturing group in a match (the text from the end of the match to the end of the string), or Nothing if n is out of bounds.
-
text-icu Data.Text.ICU.Char No documentation available.