Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. Period :: DelimiterType

    commonmark Commonmark.Types

    No documentation available.

  2. ParseError :: FilePath -> String -> ConfigError

    configurator Data.Configurator.Types

    No documentation available.

  3. 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.

  4. 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.

  5. data PathInfo

    dbus DBus.Client

    No documentation available.

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

    dbus DBus.Client

    No documentation available.

  7. data Property

    dbus DBus.Client

    No documentation available.

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

    dbus DBus.Client

    No documentation available.

  9. module DBus.Introspection.Parse

    No documentation available.

  10. data Property

    dbus DBus.Introspection.Types

    No documentation available.

Page 613 of many | Previous | Next