Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. package intset-imperative

    An imperative integer set written in Haskell. An imperative integer set written in Haskell. Read https://deliquus.com/posts/2018-07-30-imperative-programming-in-haskell.html for more information.

  2. intSetMaxBound :: IntSet s -> Word64

    intset-imperative Data.IntSet.Bounded.Imperative

    Get the maximum efficient bound of the integer set.

  3. intSetMinBound :: IntSet s -> Word64

    intset-imperative Data.IntSet.Bounded.Imperative

    Get the minimum efficient bound of the integer set.

  4. getIntSetOf :: Get Int -> Get IntSet

    cereal Data.Serialize.Get

    Read as a list of ints.

  5. putIntSetOf :: Putter Int -> Putter IntSet

    cereal Data.Serialize.Put

    No documentation available.

  6. type ProcPointSet = LabelSet

    ghc GHC.Cmm.ProcPoint

    No documentation available.

  7. minimalProcPointSet :: Platform -> ProcPointSet -> CmmGraph -> UniqSM ProcPointSet

    ghc GHC.Cmm.ProcPoint

    No documentation available.

  8. atomicIntSet :: (HasCallStack, MonadIO m) => Int32 -> Int32 -> m ()

    gi-glib GI.GLib.Functions

    Sets the value of atomic to newval. This call acts as a full compiler and hardware memory barrier (after the set). While atomic has a volatile qualifier, this is a historical artifact and the pointer passed to it should not be volatile. Since: 2.4

  9. takeIntSet :: (Indexed sh, Index sh ~ Int, Storable a) => IntSet -> Array sh a -> Array IntSet a

    comfort-array Data.Array.Comfort.Storable

    >>> Array.takeIntSet (IntSet.fromList [0,2,4,7,13]) (Array.vectorFromList [3,1,4,1,5,9,2,6,5,3,5,8,9,7,9,3::Word8])
    StorableArray... (... [0,2,4,7,13]) [3,4,5,6,7]
    

  10. iOExtensionPointSetRequiredType :: (HasCallStack, MonadIO m) => IOExtensionPoint -> GType -> m ()

    gi-gio GI.Gio.Structs.IOExtensionPoint

    Sets the required type for extensionPoint to type. All implementations must henceforth have this type.

Page 4 of many | Previous | Next