Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.