Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 442 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 442 Bytes

Partial library

ptal on Travis CI

Similar to Option<T> 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.