bow-swift / bow

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

Add Pair typealias to Writer #641

Closed ferranpujolcamins closed 3 years ago

ferranpujolcamins commented 3 years ago

Related issues

640

Goal

Increase awareness that Writer<A, B> is just (A, B). To do so we add a typealias Pair to Writer and a couple of convenience methods.