Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
604 views

What is a type and effect system?

The Wikipedia artcile on Effect system is currently just a short stub and I've been wondering for a while as to what is an effect system. Are there any languages that have an effect system in ...
1
vote
3answers
245 views

Methods for side-effects in purely functional programming languages

At the moment I'm aware of the following methods to integrate side-effects into purely functional programming languages: effect systems continuations unique types monads Monads are often cited to ...