• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. class Graph g => VertexEnumerableGraph (g :: Type -> Type)

    graphs Data.Graph.Class.VertexEnumerable

    No documentation available.

  2. indexNumKeys :: Index key val -> Int

    haskey-btree Data.BTree.Primitives.Index

    Return the number of keys in this Index.

  3. indexNumVals :: Index key val -> Int

    haskey-btree Data.BTree.Primitives.Index

    Return the number of values stored in this Index.

  4. type InterfaceNumber = Int

    hidapi System.HIDAPI

    No documentation available.

  5. type ReleaseNumber = Word16

    hidapi System.HIDAPI

    No documentation available.

  6. type SerialNumber = String

    hidapi System.HIDAPI

    No documentation available.

  7. enumerate :: Maybe VendorID -> Maybe ProductID -> IO [DeviceInfo]

    hidapi System.HIDAPI

    No documentation available.

  8. enumerateAll :: IO [DeviceInfo]

    hidapi System.HIDAPI

    No documentation available.

  9. getSerialNumberString :: Device -> IO SerialNumber

    hidapi System.HIDAPI

    No documentation available.

  10. interfaceNumber :: DeviceInfo -> InterfaceNumber

    hidapi System.HIDAPI

    No documentation available.

Page 707 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete