pandora-0.1.5: A box of patterns and paradigms

Safe HaskellSafe
LanguageHaskell2010

Pandora.Paradigm.Structure

Synopsis

Documentation

type family Nonempty structure a :: * where ... Source #

Type synonymous for at least one element data structure

Equations

Nonempty (Twister :>: t) a = Twister t a