All notable changes to this project will be documented in this file aiming to be true to the ported source.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Latest code ported. Behavior of relates has changed to accommodate the handling of empty intervals at the bounds. I consider this a breaking change, hence the major version bump.
- Add predicates for detecting empty intervals - Ported
- Removed show function - unneeded with built-in fsharp print functions
- Handle empty intervals at the bounds - Ported issue fix #2
- Version bumped to more closely match ported repo
- Ported issue fix PR #5
- Initial port of the haskell rampart lib to fsharp