An open API service indexing awesome lists of open source software.

https://github.com/ptal/partial

Option monad with fake variant.
https://github.com/ptal/partial

compiler-tool monad

Last synced: 2 months ago
JSON representation

Option monad with fake variant.

Awesome Lists containing this project

README

          

# Partial library

[![ptal on Travis CI][travis-image]][travis]

[travis-image]: https://travis-ci.org/ptal/partial.png
[travis]: https://travis-ci.org/ptal/partial

Similar to `Option` with an additional Fake variant for accumulating errors beyond the first one. For example, in compiler, if a code analysis failed, we wish to continue a little further to obtain more errors.

Please consult the [documentation](https://docs.rs/partial).