Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. k_enumeration :: String

    hxt Text.XML.HXT.DOM.XmlKeywords

    No documentation available.

  2. isEnumAttrType :: ArrowDTD a => a XmlTree XmlTree

    hxt Text.XML.HXT.DTDValidation.TypeDefs

    No documentation available.

  3. xsd_enumeration :: String

    hxt Text.XML.HXT.XMLSchema.DataTypeLibW3CNames

    No documentation available.

  4. boundedEnumLaws :: (Enum a, Bounded a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes-base Test.QuickCheck.Classes.Base

    Tests the same properties as enumLaws except that it requires the type to have a Bounded instance. These tests avoid taking the successor of the maximum element or the predecessor of the minimal element.

  5. casesEnum :: (Bounded a, Enum a) => Cases a

    selective Control.Selective

    The list of all possible values of an enumerable data type.

  6. type C_DBusSubtreeEnumerateFunc = Ptr DBusConnection -> CString -> CString -> Ptr () -> IO Ptr CString

    gi-gio GI.Gio.Callbacks

    Type for the callback on the (unwrapped) C side.

  7. type DBusSubtreeEnumerateFunc = DBusConnection -> Text -> Text -> IO [Text]

    gi-gio GI.Gio.Callbacks

    The type of the enumerate function in DBusSubtreeVTable. This function is called when generating introspection data and also when preparing to dispatch incoming messages in the event that the DBusSubtreeFlagsDispatchToUnenumeratedNodes flag is not specified (ie: to verify that the object path is valid). Hierarchies are not supported; the items that you return should not contain the / character. The return value will be freed with strfreev. Since: 2.26

  8. type DBusSubtreeEnumerateFunc_WithClosures = DBusConnection -> Text -> Text -> Ptr () -> IO [Text]

    gi-gio GI.Gio.Callbacks

    The type of the enumerate function in DBusSubtreeVTable. This function is called when generating introspection data and also when preparing to dispatch incoming messages in the event that the DBusSubtreeFlagsDispatchToUnenumeratedNodes flag is not specified (ie: to verify that the object path is valid). Hierarchies are not supported; the items that you return should not contain the / character. The return value will be freed with strfreev. Since: 2.26

  9. drop_closures_DBusSubtreeEnumerateFunc :: DBusSubtreeEnumerateFunc -> DBusSubtreeEnumerateFunc_WithClosures

    gi-gio GI.Gio.Callbacks

    A simple wrapper that ignores the closure arguments.

  10. dynamic_DBusSubtreeEnumerateFunc :: (HasCallStack, MonadIO m, IsDBusConnection a) => FunPtr C_DBusSubtreeEnumerateFunc -> a -> Text -> Text -> Ptr () -> m [Text]

    gi-gio GI.Gio.Callbacks

    Given a pointer to a foreign C function, wrap it into a function callable from Haskell.

Page 107 of many | Previous | Next