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.
(
$~ ) :: (HasUpdate t a b, MonadIO m) => t -> (a -> b) -> m ()StateVar Data.StateVar Transform the contents of a state variable with a given funtion.
(
$~! ) :: (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.
-
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.
-
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.
data (a6989586621679187025 :: a ~> b)
$@#@$$ (b1 :: TyFun a b)singletons-base Data.Function.Singletons No documentation available.
type family (a6989586621679187025 :: a ~> b)
$@#@$$$ (a6989586621679187026 :: a) :: bsingletons-base Data.Function.Singletons No documentation available.
type family (a1 :: f a)
$> (a2 :: b) :: f bsingletons-base Data.Functor.Singletons No documentation available.
data (a6989586621679541697 :: f a)
$>@#@$$ (b1 :: TyFun b f b)singletons-base Data.Functor.Singletons No documentation available.
type family (a6989586621679541697 :: f a)
$>@#@$$$ (a6989586621679541698 :: b) :: f bsingletons-base Data.Functor.Singletons No documentation available.
type family (a1 :: a ~> b)
$! (a2 :: a) :: bsingletons-base Prelude.Singletons No documentation available.