Module

Data.Bounded.Generic

Package
purescript-prelude
Repository
purescript/purescript-prelude

#genericBottom Source

genericBottom :: forall a rep. Generic a rep => GenericBottom rep => a

A Generic implementation of the bottom member from the Bounded type class.

#GenericTop Source

#genericTop Source

genericTop :: forall a rep. Generic a rep => GenericTop rep => a

A Generic implementation of the top member from the Bounded type class.