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.
module Data.Monoid.Instances.
PrefixMemory This module defines the monoid transformer data type Shadowed.
class MonoidNull m =>
PositiveMonoid mmonoid-subclasses Data.Monoid.Null Subclass of Monoid for types whose values have no inverse, with the exception of mempty. More formally, the class instances must satisfy the following law:
null (x <> y) == (null x && null y)
pattern
PS :: ShortByteString -> PosixStringos-string System.OsString.Internal.Types Just a short bidirectional synonym for PosixString constructor.
pattern
PW :: Word8 -> PosixCharos-string System.OsString.Internal.Types Just a short bidirectional synonym for PosixChar constructor.
-
os-string System.OsString.Internal.Types No documentation available.
type
PlatformString = PosixStringos-string System.OsString.Internal.Types No documentation available.
-
os-string System.OsString.Internal.Types No documentation available.
PosixChar :: Word8 -> PosixCharos-string System.OsString.Internal.Types No documentation available.
-
os-string System.OsString.Internal.Types Commonly used Posix string as uninterpreted char[] array.
PosixString :: ShortByteString -> PosixStringos-string System.OsString.Internal.Types No documentation available.