pandora-0.3.2: A box of patterns and paradigms
Safe HaskellSafe-Inferred
LanguageHaskell2010

Pandora.Paradigm.Structure.Ability.Nonempty

Synopsis
  • type family Nonempty (s :: * -> *) = (r :: * -> *) | r -> s

Documentation

type family Nonempty (s :: * -> *) = (r :: * -> *) | r -> s Source #

Type synonymous for at least one element data structure

Instances

Instances details
type Nonempty Stack Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Stack

type Nonempty Rose Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Rose

type Nonempty Binary Source # 
Instance details

Defined in Pandora.Paradigm.Structure.Binary