| (IShow k1 k2 f, IShow k1 k2 g) => IShow k1 k2 ((:+:) (k1 -> *) k2 f g) Source # | |
|
| (IFunctor k f, IFunctor k g, IFunctor k h, (:<:) k f g) => (:<:) k f ((:+:) (k -> *) k h g) Source # | |
|
| (IFunctor k f, IFunctor k g) => (:<:) k f ((:+:) (k -> *) k f g) Source # | |
|
| (IEq1 i f, IEq1 i g) => IEq1 i ((:+:) (i -> *) i f g) Source # | |
|
| (IFoldable i f, IFoldable i g) => IFoldable i ((:+:) (i -> *) i f g) Source # | |
|
| (IFunctor i f, IFunctor i g) => IFunctor i ((:+:) (i -> *) i f g) Source # | |
|
| (ITraversable i f, ITraversable i g) => ITraversable i ((:+:) (i -> *) i f g) Source # | |
|
| (MaybeQuantified k f, MaybeQuantified k g) => MaybeQuantified k ((:+:) (k -> *) k f g) Source # | |
|
| JoinSemiLattice (ALia BooleanSort) # | |
|
| JoinSemiLattice (QFALia BooleanSort) # | |
|
| JoinSemiLattice (Lia BooleanSort) # | |
|
| JoinSemiLattice (QFLia BooleanSort) # | |
|
| JoinSemiLattice (QFLogic BooleanSort) # | |
|
| MeetSemiLattice (ALia BooleanSort) # | |
|
| MeetSemiLattice (QFALia BooleanSort) # | |
|
| MeetSemiLattice (Lia BooleanSort) # | |
|
| MeetSemiLattice (QFLia BooleanSort) # | |
|
| MeetSemiLattice (QFLogic BooleanSort) # | |
|
| Lattice (ALia BooleanSort) # | |
|
| Lattice (QFALia BooleanSort) # | |
|
| Lattice (Lia BooleanSort) # | |
|
| Lattice (QFLia BooleanSort) # | |
|
| Lattice (QFLogic BooleanSort) # | |
|
| BoundedJoinSemiLattice (ALia BooleanSort) # | |
|
| BoundedJoinSemiLattice (QFALia BooleanSort) # | |
|
| BoundedJoinSemiLattice (Lia BooleanSort) # | |
|
| BoundedJoinSemiLattice (QFLia BooleanSort) # | |
|
| BoundedJoinSemiLattice (QFLogic BooleanSort) # | |
|
| BoundedMeetSemiLattice (ALia BooleanSort) # | |
|
| BoundedMeetSemiLattice (QFALia BooleanSort) # | |
|
| BoundedMeetSemiLattice (Lia BooleanSort) # | |
|
| BoundedMeetSemiLattice (QFLia BooleanSort) # | |
|
| BoundedMeetSemiLattice (QFLogic BooleanSort) # | |
|
| BoundedLattice (ALia BooleanSort) # | |
|
| BoundedLattice (QFALia BooleanSort) # | |
|
| BoundedLattice (Lia BooleanSort) # | |
|
| BoundedLattice (QFLia BooleanSort) # | |
|
| BoundedLattice (QFLogic BooleanSort) # | |
|
| ComplementedLattice (ALia BooleanSort) Source # | |
|
| ComplementedLattice (QFALia BooleanSort) Source # | |
|
| ComplementedLattice (Lia BooleanSort) Source # | |
|
| ComplementedLattice (QFLia BooleanSort) Source # | |
|
| ComplementedLattice (QFLogic BooleanSort) Source # | |
|
| (Parseable (k1 -> k2 -> *) f h, Parseable (k1 -> k2 -> *) g h) => Parseable (k1 -> k2 -> *) ((:+:) k1 k2 f g) h Source # | |
|