Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 476 Bytes

core-collection.md

File metadata and controls

18 lines (11 loc) · 476 Bytes

IsList

Type class that allow convertions to and from a list of homogenous types. This is a re-export of a class available in base.

Element type family

The Element define a family for thing inside other things.

Collection

Collection type class represent types containing 1-to-many values of a specific homogenous type. Allow to efficently support

Sequential

Represent collection that contains elements in a sequence, this loosely abstract things like [a].