SamuelSchlesinger / stm-actor

An implementation of the actor model in Haskell using STM
MIT License
16 stars 3 forks source link

Add Alternative instance so guard function works #10

Closed tonicebrian closed 1 year ago

tonicebrian commented 1 year ago

I need an Alternative instance for Control.Monad.guard to work.