Module
Data.Bounded.Generic
- Package
- purescript-prelude
- Repository
- purescript/purescript-prelude
#GenericBottom Source
class GenericBottom a where
Members
genericBottom' :: a
Instances
GenericBottom NoArguments
(Bounded a) => GenericBottom (Argument a)
(GenericBottom a) => GenericBottom (Sum a b)
(GenericBottom a, GenericBottom b) => GenericBottom (Product a b)
(GenericBottom a) => GenericBottom (Constructor name a)
#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
class GenericTop a where
Members
genericTop' :: a
Instances
GenericTop NoArguments
(Bounded a) => GenericTop (Argument a)
(GenericTop b) => GenericTop (Sum a b)
(GenericTop a, GenericTop b) => GenericTop (Product a b)
(GenericTop a) => GenericTop (Constructor name a)
#genericTop Source
genericTop :: forall a rep. Generic a rep => GenericTop rep => a
A Generic
implementation of the top
member from the Bounded
type class.
- Modules
- Control.
Applicative - Control.
Apply - Control.
Bind - Control.
Category - Control.
Monad - Control.
Semigroupoid - Data.
Boolean - Data.
BooleanAlgebra - Data.
Bounded - Data.
Bounded. Generic - Data.
CommutativeRing - Data.
DivisionRing - Data.
Eq - Data.
Eq. Generic - Data.
EuclideanRing - Data.
Field - Data.
Function - Data.
Functor - Data.
Generic. Rep - Data.
HeytingAlgebra - Data.
HeytingAlgebra. Generic - Data.
Monoid - Data.
Monoid. Additive - Data.
Monoid. Conj - Data.
Monoid. Disj - Data.
Monoid. Dual - Data.
Monoid. Endo - Data.
Monoid. Generic - Data.
Monoid. Multiplicative - Data.
NaturalTransformation - Data.
Ord - Data.
Ord. Generic - Data.
Ordering - Data.
Reflectable - Data.
Ring - Data.
Ring. Generic - Data.
Semigroup - Data.
Semigroup. First - Data.
Semigroup. Generic - Data.
Semigroup. Last - Data.
Semiring - Data.
Semiring. Generic - Data.
Show - Data.
Show. Generic - Data.
Symbol - Data.
Unit - Data.
Void - Prelude
- Record.
Unsafe - Type.
Proxy