This package browser is in early development. Mind the rough edges.

ghc-int-interval-map 0.0.0.0

Interval map structure in Haskell

An interval map structure that is optimized for low memory (each interval is represented by about 3 words + whatever the cargo is) and has semantics that are appropriate for genomic intervals (namely, intervals can overlap and queries will return all matches together). It also designed to be used in two phases: a construction phase + query phase).

Installation

Install ghc-int-interval-map 0.0.0.0 as follows:

guix install ghc-int-interval-map@0.0.0.0

Or install the latest version:

guix install ghc-int-interval-map

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.