Skip to content

marcosh/availer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

availer

A Haskell library to manage intervals.

It allows you to consider intervals with included and excluded boundaries. It provides functions to compute the intersection and the union of intervals. Moreover, it allows to check the relative position of two intervals, according to Allen's interval algebra.

build

The library is built using stack and can be built using

stack build

test

The library is tested using hspec and QuickCheck. The tests can be run using

stack test

documentation

You can build the library documentation using

stack haddock

About

a Haskell library to manage intervals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors