https://github.com/typedbyte/numeric-domains
A library to construct, combine and process numeric domains, written in Haskell.
https://github.com/typedbyte/numeric-domains
domain haskell numeric
Last synced: about 2 months ago
JSON representation
A library to construct, combine and process numeric domains, written in Haskell.
- Host: GitHub
- URL: https://github.com/typedbyte/numeric-domains
- Owner: typedbyte
- License: other
- Created: 2019-12-16T00:19:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T23:20:33.000Z (9 months ago)
- Last Synced: 2025-03-04T21:37:27.981Z (3 months ago)
- Topics: domain, haskell, numeric
- Language: Haskell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# numeric-domains
[](https://hackage.haskell.org/package/numeric-domains)
A numeric domain is a union of zero or more non-empty, non-overlapping, open or closed numeric intervals. This Haskell library provides the types and functions needed to construct, combine and process such numeric domains.