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.

  1. ($~) :: (HasUpdate t a b, MonadIO m) => t -> (a -> b) -> m ()

    StateVar Data.StateVar

    Transform the contents of a state variable with a given funtion.

  2. ($~!) :: (HasUpdate t a b, MonadIO m) => t -> (a -> b) -> m ()

    StateVar Data.StateVar

    This is a variant of $~ which is strict in the transformed value.

  3. ($!) :: (a -> b) -> a -> b

    basement Basement.Compat.Base

    Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.

  4. ($!) :: (a -> b) -> a -> b

    basement Basement.Imports

    Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.

  5. data (a6989586621679187025 :: a ~> b) $@#@$$ (b1 :: TyFun a b)

    singletons-base Data.Function.Singletons

    No documentation available.

  6. type family (a6989586621679187025 :: a ~> b) $@#@$$$ (a6989586621679187026 :: a) :: b

    singletons-base Data.Function.Singletons

    No documentation available.

  7. type family (a1 :: f a) $> (a2 :: b) :: f b

    singletons-base Data.Functor.Singletons

    No documentation available.

  8. data (a6989586621679541697 :: f a) $>@#@$$ (b1 :: TyFun b f b)

    singletons-base Data.Functor.Singletons

    No documentation available.

  9. type family (a6989586621679541697 :: f a) $>@#@$$$ (a6989586621679541698 :: b) :: f b

    singletons-base Data.Functor.Singletons

    No documentation available.

  10. type family (a1 :: a ~> b) $! (a2 :: a) :: b

    singletons-base Prelude.Singletons

    No documentation available.

Page 13 of many | Previous | Next