Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msakai/data-interval
Interval datatype, interval arithmetic, and interval-based containers for Haskell
https://github.com/msakai/data-interval
Last synced: 2 months ago
JSON representation
Interval datatype, interval arithmetic, and interval-based containers for Haskell
- Host: GitHub
- URL: https://github.com/msakai/data-interval
- Owner: msakai
- License: other
- Created: 2013-04-10T00:14:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T21:11:17.000Z (6 months ago)
- Last Synced: 2024-10-13T23:49:01.706Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 234 KB
- Stars: 21
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.markdown
- License: COPYING
Awesome Lists containing this project
README
data-interval
=============[![Build Status (GitHub Actions)](https://github.com/msakai/data-interval/actions/workflows/build.yaml/badge.svg)](https://github.com/msakai/data-interval/actions/workflows/build.yaml)
[![Hackage](https://img.shields.io/hackage/v/data-interval.svg)](https://hackage.haskell.org/package/data-interval)
[![Hackage Deps](https://img.shields.io/hackage-deps/v/data-interval.svg)](https://packdeps.haskellers.com/feed?needle=data-interval)
[![Coverage Status](https://coveralls.io/repos/msakai/data-interval/badge.svg)](https://coveralls.io/r/msakai/data-interval)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)Interval datatype, interval arithmetic, and interval-based containers for Haskell.
Unlike the [intervals package](),
this package provides both open and closed intervals and is intended to be used
with Rational.