rebase-1.20.2: A more progressive alternative to the "base" package
Safe HaskellSafe-Inferred
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.