joshvera / effects

An implementation of "Freer Monads, More Extensible Effects".
Other
20 stars 5 forks source link

Generalize bracket to PureEffects. #62

Closed robrix closed 6 years ago

robrix commented 6 years ago

This PR corrects an oversight where bracket is constrained to Effects rather than PureEffects despite not using any stateful handlers.