Abc.Maybe features an Option type for .NET, supports .NET Standard 1.1 or later.
- Documentation (WIP)
- Usage Guidelines (WIP)
- Changelog
- Being safe yet effective.
- Immutable.
- Curated API largely inspired by Haskell's Maybe.
- Extensible.
- Incurring no significant overhead when used wisely.
- Being a good citizen of the .NET ecosystem.
- .NET Standard 1.1+.
- Aware of Nullable Reference Types (NRT).
- Debugger-friendly, Source Link.
- Strongly named assembly.
- Being well tested.
- 100% code coverage.
- Tested on Windows, Linux and MacOS.
- Wide range of functional tests.
- Being well documented.
- XML comments with code samples.
- Quick start.
- Provides guidance.