Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. data Pattern

    configurator Data.Configurator.Types

    A pattern specifying the name of a property that has changed. This type is an instance of the IsString class. If you use the OverloadedStrings language extension and want to write a prefix-matching pattern as a literal string, do so by suffixing it with ".*", for example as follows:

    "foo.*"
    
    If a pattern written as a literal string does not end with ".*", it is assumed to be exact.

  2. data PrimArray a

    contiguous Data.Primitive.Contiguous

    Arrays of unboxed elements. This accepts types like Double, Char, Int and Word, as well as their fixed-length variants (Word8, Word16, etc.). Since the elements are unboxed, a PrimArray is strict in its elements. This differs from the behavior of Array, which is lazy in its elements.

  3. data PathInfo

    dbus DBus.Client

    No documentation available.

  4. PathInfo :: [Interface] -> Map String PathInfo -> PathInfo

    dbus DBus.Client

    No documentation available.

  5. data Property

    dbus DBus.Client

    No documentation available.

  6. Property :: MemberName -> Type -> Maybe (IO Variant) -> Maybe (Variant -> IO ()) -> Property

    dbus DBus.Client

    No documentation available.

  7. module DBus.Introspection.Parse

    No documentation available.

  8. data Property

    dbus DBus.Introspection.Types

    No documentation available.

  9. Property :: String -> Type -> Bool -> Bool -> Property

    dbus DBus.Introspection.Types

    No documentation available.

  10. Parent :: FilePrefix

    dhall Dhall.Core

    Path relative to ..

Page 611 of many | Previous | Next