deep_causality_uncertain-v0.3.4
·
1 commit
to main
since this release
Added
- (deep_causality_uncertain) Migrated internal compute graph to ConsTree from deep_causality_ast crate.
- (ast) Add deep_causality_ast crate with persistent tree
Other
- Updated SBOM for all crates.
- (deep_causality_uncertain) Increased test coverage.
- Trying a new approach for HKT traits and extensions for Uncertain type
- Trying a new approach with HKT-like traits with type bounds.
- Removed extensions from uncertain crate
- Merge branch 'deepcausality-rs:main' into 008-hkt-uncertain-specs
- ✦ feat(uncertain): Implement Higher-Kinded Types
- Added specs for HKT uncertain types.