Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. class HasSetter t a | t -> a

    StateVar Data.StateVar

    This is the class of all writable state variables.

  2. makeSettableStateVar :: (a -> IO ()) -> SettableStateVar a

    StateVar Data.StateVar

    Construct a SettableStateVar from an IO action for writing.

  3. traverseTime :: Applicative m => (time0 -> m time1) -> T time0 body -> m (T time1 body)

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  4. traverseTime :: Applicative m => (time0 -> m time1) -> T time0 body -> m (T time1 body)

    event-list Data.EventList.Absolute.TimeTime

    No documentation available.

  5. traverseTime :: Applicative m => (time0 -> m time1) -> T time0 body -> m (T time1 body)

    event-list Data.EventList.Relative.BodyTime

    No documentation available.

  6. traverseTime :: Applicative m => (time0 -> m time1) -> T time0 body -> m (T time1 body)

    event-list Data.EventList.Relative.TimeBody

    No documentation available.

  7. traverseTime :: Applicative m => (time0 -> m time1) -> T time0 body -> m (T time1 body)

    event-list Data.EventList.Relative.TimeTime

    No documentation available.

  8. safeSet :: a -> (Int, Int) -> Matrix a -> Maybe (Matrix a)

    matrix Data.Matrix

    Variant of setElem that returns Maybe instead of an error.

  9. unsafeSet :: a -> (Int, Int) -> Matrix a -> Matrix a

    matrix Data.Matrix

    Unsafe variant of setElem, without bounds checking.

  10. data IntSet

    uniplate Data.Generics.Uniplate.Data.Instances

    Invariant preserving version of IntSet from the containers packages, suitable for use with Uniplate. Use toIntSet to construct values, and fromIntSet to deconstruct values.

Page 105 of many | Previous | Next