alanz / sorted-list

Type-enforced sorted lists and related functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sorted-list

Type-enforced sorted lists and related functions.

GHC version issues

This library has been entirely developed in GHC-7.10. Although efforts are spent making it buildable with previous versions, some features may be missing. If you need any of these missing features, opening an issue will probably be enough to get me working on it.

Travis build badge

Build Status

GHC versions used by the travis build:

  • 7.4
  • 7.6
  • 7.8

This means sorted-list should compile easily against these versions of GHC.

About

Type-enforced sorted lists and related functions.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%