An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        



# numeric-domains

[![Hackage](https://img.shields.io/hackage/v/numeric-domains.svg?logo=haskell&label=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.