rebase-1.0.8: A more progressive alternative to the "base" package

Safe HaskellSafe
LanguageHaskell2010

Rebase.Data.List1

Description

This module simply provides a more meaningful name to Data.List.NonEmpty.

Synopsis

Documentation

type List1 = NonEmpty Source #

A more meaningful name for the non-empty list. Follows the convention behind such names as foldr1.