klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Effects #46

Open klequis opened 2 years ago

klequis commented 2 years ago

Effects are how we refer to observable actions programs may take other than compute a value. If a function modifies some state or interacts with the outside world in a manner that can be observed, then we say it has an effect on the world.