Search results

This module defines a type of strict linked lists, and associated helper functions and type class instances.

Note: Depending on your use-case, you may prefer to use Data.Sequence instead, which might give better performance for certain use cases. This module is an improvement over Data.Array when working with immutable lists of data in a purely-functional setting, but does not have good random-access performance.

P lists

This module defines a type of lazy linked lists, and associated helper functions and type class instances.

Note: Depending on your use-case, you may prefer to use Data.Sequence instead, which might give better performance for certain use cases. This module is an improvement over Data.Array when working with immutable lists of data in a purely-functional setting, but does not have good random-access performance.

P lists
P lists

Partial helper functions for working with strict linked lists.

P lists

This module defines the type of zip lists, i.e. linked lists with a zippy Applicative instance.

P lists
P lists
P lists
P lists
P lists

No further results.