Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. RegexCompileFlagsBsrAnycrlf :: RegexCompileFlags

    gi-glib GI.GLib.Flags

    Usually any newline character or character sequence is recognised. If this option is set, then "\R" only recognizes the newline characters '\r', '\n' and '\r\n'. Since: 2.34

  2. RegexCompileFlagsNewlineAnycrlf :: RegexCompileFlags

    gi-glib GI.GLib.Flags

    Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character sequences are '\r', '\n', and '\r\n'. Since: 2.34

  3. RegexMatchFlagsBsrAny :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    Overrides the newline definition for "\R" set when creating a new Regex; any Unicode newline character or character sequence are recognized as a newline by "\R". These are '\r', '\n' and '\rn', and the single characters U+000B LINE TABULATION, U+000C FORM FEED (FF), U+0085 NEXT LINE (NEL), U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR. Since: 2.34

  4. RegexMatchFlagsBsrAnycrlf :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    Overrides the newline definition for "\R" set when creating a new Regex; only '\r', '\n', or '\r\n' character sequences are recognized as a newline by "\R". Since: 2.34

  5. RegexMatchFlagsNewlineAny :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    Overrides the newline definition set when creating a new Regex, any Unicode newline sequence is recognised as a newline. These are '\r', '\n' and '\rn', and the single characters U+000B LINE TABULATION, U+000C FORM FEED (FF), U+0085 NEXT LINE (NEL), U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR.

  6. RegexMatchFlagsNewlineAnycrlf :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    Overrides the newline definition set when creating a new Regex; any '\r', '\n', or '\r\n' character sequence is recognized as a newline. Since: 2.34

  7. deriveLiftMany :: [Name] -> Q [Dec]

    th-lift Language.Haskell.TH.Lift

    Derive Lift instances for many datatypes.

  8. deriveLiftMany' :: [([Role], Info)] -> Q [Dec]

    th-lift Language.Haskell.TH.Lift

    No documentation available.

  9. KW_Anyclass :: Token

    haskell-src-exts Language.Haskell.Exts

    No documentation available.

  10. DeriveAnyClass :: KnownExtension

    haskell-src-exts Language.Haskell.Exts.Extension

    • GHC § 9.6.10 Allow use of any typeclass in deriving clauses.

Page 124 of many | Previous | Next