Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 245 Bytes

File metadata and controls

8 lines (5 loc) · 245 Bytes
  • Add Assertions.kt with test assertions for Result and Option
  • Add ScopeFunctions.kt with Kotlin helper functions to construct results from closures

Release 0.1.0 (5th March 2021)

  • Add Option<T> and Result<T, E> helper types