Module

Data.Generic.Rep.Bounded

Package
purescript-generics-repDEPRECATED
Repository
purescript/purescript-generics-rep

#GenericBottom Source

#GenericTop Source

class GenericTop a  where

Members

Instances

#genericBottom Source

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

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

#genericTop Source

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

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