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.

  1. posix :: Rules ByteString

    system-filepath Filesystem.Path.Rules

    Linux, BSD, and other UNIX or UNIX-like operating systems.

  2. posix_ghc702 :: Rules ByteString

    system-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

  3. posix_ghc704 :: Rules ByteString

    system-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

  4. MixedNumbers :: SpoofCheck

    text-icu Data.Text.ICU

    Checks that the identifier contains numbers from only a single script.

  5. MixedScriptConfusable :: SpoofCheck

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

  6. brkPrefix :: Break a -> Text

    text-icu Data.Text.ICU

    Prefix of the current break.

  7. brkSuffix :: Break a -> Text

    text-icu Data.Text.ICU

    Suffix of the current break.

  8. prefix :: Int -> Match -> Maybe Text

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

  9. suffix :: Int -> Match -> Maybe Text

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

  10. InfixNumeric :: LineBreak

    text-icu Data.Text.ICU.Char

    No documentation available.

Page 233 of many | Previous | Next