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.
RegexCompileFlagsBsrAnycrlf :: RegexCompileFlagsgi-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
RegexCompileFlagsNewlineAnycrlf :: RegexCompileFlagsgi-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
RegexMatchFlagsBsrAny :: RegexMatchFlagsgi-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
RegexMatchFlagsBsrAnycrlf :: RegexMatchFlagsgi-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
RegexMatchFlagsNewlineAny :: RegexMatchFlagsgi-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.
RegexMatchFlagsNewlineAnycrlf :: RegexMatchFlagsgi-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
deriveLiftMany :: [Name] -> Q [Dec]th-lift Language.Haskell.TH.Lift Derive Lift instances for many datatypes.
deriveLiftMany' :: [([Role], Info)] -> Q [Dec]th-lift Language.Haskell.TH.Lift No documentation available.
-
haskell-src-exts Language.Haskell.Exts No documentation available.
DeriveAnyClass :: KnownExtensionhaskell-src-exts Language.Haskell.Exts.Extension - GHC § 9.6.10 Allow use of any typeclass in deriving clauses.