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. module Data.Monoid.Instances.PrefixMemory

    This module defines the monoid transformer data type Shadowed.

  2. class MonoidNull m => PositiveMonoid m

    monoid-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)
    

  3. pattern PS :: ShortByteString -> PosixString

    os-string System.OsString.Internal.Types

    Just a short bidirectional synonym for PosixString constructor.

  4. pattern PW :: Word8 -> PosixChar

    os-string System.OsString.Internal.Types

    Just a short bidirectional synonym for PosixChar constructor.

  5. type PlatformChar = PosixChar

    os-string System.OsString.Internal.Types

    No documentation available.

  6. type PlatformString = PosixString

    os-string System.OsString.Internal.Types

    No documentation available.

  7. newtype PosixChar

    os-string System.OsString.Internal.Types

    No documentation available.

  8. PosixChar :: Word8 -> PosixChar

    os-string System.OsString.Internal.Types

    No documentation available.

  9. newtype PosixString

    os-string System.OsString.Internal.Types

    Commonly used Posix string as uninterpreted char[] array.

  10. PosixString :: ShortByteString -> PosixString

    os-string System.OsString.Internal.Types

    No documentation available.

Page 294 of many | Previous | Next