Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
$=! ) :: (HasSetter t a, MonadIO m) => t -> a -> m ()StateVar Data.StateVar This is a variant of $= which is strict in the value to be set.
(
$~ ) :: (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.
data (a6989586621679186823 :: a ~> b)
$@#@$$ (b1 :: TyFun a b)singletons-base Data.Function.Singletons No documentation available.
type family (a6989586621679186823 :: a ~> b)
$@#@$$$ (a6989586621679186824 :: 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 (a6989586621679541495 :: f a)
$>@#@$$ (b1 :: TyFun b f b)singletons-base Data.Functor.Singletons No documentation available.
type family (a6989586621679541495 :: f a)
$>@#@$$$ (a6989586621679541496 :: b) :: f bsingletons-base Data.Functor.Singletons No documentation available.
type family (a1 :: a ~> b)
$! (a2 :: a) :: bsingletons-base Prelude.Singletons No documentation available.
data (a6989586621679186814 :: a ~> b)
$!@#@$$ (b1 :: TyFun a b)singletons-base Prelude.Singletons No documentation available.