bow-swift / bow

🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
https://bow-swift.io
Other
645 stars 32 forks source link

Add aliases for Ref and Resource #589

Closed truizlop closed 4 years ago

truizlop commented 4 years ago

Goal

In order to enhance the ergonomics of using Ref and Resource when they are backed by IO, a couple of type aliases are introduced.

Besides this, foldM is moved from EnvIO to Kleisli, as it is applicable on more types than only EnvIO. A utility foldA is added as an alias to foldM for non-effectful functions.