Module

Data.List.ZipList

Package
lists
Repository
purescript/purescript-lists

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

#ZipList Source

newtype ZipList a

ZipList is a newtype around List which provides a zippy Applicative instance.

Constructors

Instances