| Copyright | Copyright (c) 2014 Kenneth Foner |
|---|---|
| Maintainer | kenneth.foner@gmail.com |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.List.Indexed.Conic
Description
This module implements conic lists, which are lists where every element is of type (f a) for some a, but the a
index may vary. This sits between homogeneous and fully heterogeneous lists in terms of expressivity and also the ease
to manipulate.