snowleopard / selective

Selective Applicative Functors: Declare Your Effects Statically, Select Which to Execute Dynamically
MIT License
202 stars 21 forks source link

Drop dependency on mtl #45

Closed snowleopard closed 2 years ago

snowleopard commented 2 years ago

See #44. There is really no need to depend on mtl since we need to modify the MonadState class anyway.