0.2.1 • Published 4 years ago

ld-ambiguity v0.2.1

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
4 years ago

Abstract

Handle ambiguities in return values with Rust and Haskell inspired Option and Result data types.

The Option data type eases handling of absent values. Null and Undefined, passed into Option, creates an empty Option value.

The Result data type allows errors to be passed around in a controlled way without throwing exceptions.

0.2.1

4 years ago

0.2.0

5 years ago

0.1.0

5 years ago