Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
config_posix_malloc_threshold :: PCREConfigpcre-light Text.Regex.PCRE.Light.Base No documentation available.
-
pcre-light Text.Regex.PCRE.Light.Base dotall If this bit is set, a dot metacharater in the pattern matches all characters, including those that indicate newline. Without it, a dot does not match when the current position is at a newline. This option is equivalent to Perl's /s option, and it can be changed within a pattern by a (?s) option setting. A negative class such as [^a] always matches newline characters, independent of the setting of this option.
-
pcre-light Text.Regex.PCRE.Light.Base No documentation available.
extra_callout_data :: PCREExtraFlagspcre-light Text.Regex.PCRE.Light.Base No documentation available.
-
pcre-light Text.Regex.PCRE.Light.Char8 auto_callout If this bit is set, "compile" automatically inserts callout items, all with number 255, before each pattern item. For discussion of the callout facility, see the man pcrecallout documentation
-
pcre-light Text.Regex.PCRE.Light.Char8 dotall If this bit is set, a dot metacharater in the pattern matches all characters, including those that indicate newline. Without it, a dot does not match when the current position is at a newline. This option is equivalent to Perl's /s option, and it can be changed within a pattern by a (?s) option setting. A negative class such as [^a] always matches newline characters, independent of the setting of this option.
module Data.Primitive.Unlifted.
SmallArray GHC contains three general classes of value types:
- Unboxed types: values are machine values made up of fixed numbers of bytes. These include types like Int#, Char# and Addr#.
- Unlifted types: values are pointers, but strictly evaluated. These include types like MutVar# s a, Array# a, and MVar# s a.
- Lifted types: values are pointers, lazily evaluated.
-
primitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
type
SmallMutableUnliftedArray s a = SmallMutableUnliftedArray_ Unlifted a s aprimitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.
data
SmallMutableUnliftedArray_ (unlifted_a :: UnliftedType) s aprimitive-unlifted Data.Primitive.Unlifted.SmallArray No documentation available.