nested-sequence-0.1: A list-like data structure with O(log(n)) random access

Safe HaskellSafe
LanguageHaskell98

Data.Nested.Seq

Description

Simple but efficient lazy sequence type based on a nested data type and polymorphic recursion.

Documentation