Skip to content

v0.1.0

Compare
Choose a tag to compare
@rap1ds rap1ds released this 30 May 09:58
· 34 commits to master since this release
  • Rename none? -> is_none?. none? is an Enumerable method, so it clashed with Maybe#none?
  • Rename some? -> is_some?.