effectful-zoo-0.0.1.0: Effectful effects for testing
Safe HaskellSafe-Inferred
LanguageGHC2021

Effectful.Zoo.Console.Dynamic.Effect

Documentation

data Console a :: Effect where Source #

Constructors

Print :: a -> Console a m () 
Local :: (a -> a) -> m b -> Console a m b 

Instances

Instances details
type DispatchOf (Console a) Source # 
Instance details

Defined in Effectful.Zoo.Console.Dynamic.Effect