Bifunctor (Const *) Source # | |
|
Show2 (Const *) Source # | |
|
Read2 (Const *) Source # | |
|
Ord2 (Const *) Source # | |
|
Eq2 (Const *) Source # | |
|
Functor (Const * m) Source # | |
|
Monoid m => Applicative (Const * m) Source # | |
|
Foldable (Const * m) Source # | |
|
Traversable (Const * m) Source # | |
|
Generic1 (Const * a) Source # | |
|
Show a => Show1 (Const * a) Source # | |
|
Read a => Read1 (Const * a) Source # | |
|
Ord a => Ord1 (Const * a) Source # | |
|
Eq a => Eq1 (Const * a) Source # | |
|
Bounded a => Bounded (Const k a b) Source # | |
|
Enum a => Enum (Const k a b) Source # | |
|
Eq a => Eq (Const k a b) Source # | |
|
Floating a => Floating (Const k a b) Source # | |
|
Fractional a => Fractional (Const k a b) Source # | |
|
Integral a => Integral (Const k a b) Source # | |
|
Num a => Num (Const k a b) Source # | |
|
Ord a => Ord (Const k a b) Source # | |
|
Read a => Read (Const k a b) Source # | This instance would be equivalent to the derived instances of the
Const newtype if the runConst field were removed |
|
Real a => Real (Const k a b) Source # | |
|
RealFloat a => RealFloat (Const k a b) Source # | |
|
RealFrac a => RealFrac (Const k a b) Source # | |
|
Show a => Show (Const k a b) Source # | This instance would be equivalent to the derived instances of the
Const newtype if the runConst field were removed |
|
Ix a => Ix (Const k a b) Source # | |
|
IsString a => IsString (Const * a b) Source # | |
|
Generic (Const k a b) Source # | |
|
Semigroup a => Semigroup (Const k a b) Source # | |
|
Monoid a => Monoid (Const k a b) Source # | |
|
FiniteBits a => FiniteBits (Const k a b) Source # | |
|
Bits a => Bits (Const k a b) Source # | |
|
Storable a => Storable (Const k a b) Source # | |
|
type Rep1 (Const * a) Source # | |
|
type Rep (Const k a b) Source # | |
|