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.
-
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. -
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.
-
dbus DBus.Client No documentation available.
PathInfo :: [Interface] -> Map String PathInfo -> PathInfodbus DBus.Client No documentation available.
-
dbus DBus.Client No documentation available.
Property :: MemberName -> Type -> Maybe (IO Variant) -> Maybe (Variant -> IO ()) -> Propertydbus DBus.Client No documentation available.
module DBus.Introspection.
Parse No documentation available.
-
dbus DBus.Introspection.Types No documentation available.
Property :: String -> Type -> Bool -> Bool -> Propertydbus DBus.Introspection.Types No documentation available.
-
dhall Dhall.Core Path relative to ..