@hackage javelin0.1.2.0

Labeled one-dimensional arrays

This package implements Series, labeled one-dimensional arrays combining properties from maps and arrays.

To get started, the important modules are:

Data.Series
Boxed series of arbitrary types.
Data.Series.Unboxed
Series of unboxed data types for better performance, at the cost of flexibility.
Data.Series.Generic
Generic interface to manipulate any type of Series.
Data.Series.Index
Index containing series keys.

To get started, please take a look at the tutorial (Data.Series.Tutorial).