RichardHladik / haskell-segtree

A polymorphic lazy segment tree implementation written in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell-segtree

Overview

haskell-segtree is an polymorphic implementation of a lazy segment tree (lazy as in the context of data structures, not in the Haskell way) written in Haskell.

Installation

To build the library, run cabal build. To run the QuickCheck tests, run cabal test.

Documentation

The code is annotated with Haddock-style comments. To generate HTML documentation, run cabal haddock.

Usage

See /src/example.lhs for sample usage, along with a little bit of explanation regarding the functioning of the library.

About

A polymorphic lazy segment tree implementation written in Haskell

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


Languages

Language:Haskell 100.0%