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.
- Host: GitHub
- URL: https://github.com/ptal/partial
- Owner: ptal
- License: apache-2.0
- Created: 2016-10-12T11:08:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T23:21:36.000Z (almost 9 years ago)
- Last Synced: 2025-11-27T13:05:30.218Z (6 months ago)
- Topics: compiler-tool, monad
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).