Skip to content

Add map functions

Compare
Choose a tag to compare
@saschatimme saschatimme released this 26 Feb 09:04
· 38 commits to master since this release

This release just adds

Channel.map: (a -> b) -> Channel a -> Channel b

and

Socket.map: (a -> b) -> Socket a -> Socket b