(IShow k k1 f, IShow k k1 g) => IShow k k1 ((:+:) k (k1 -> *) 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 # | |
|
(IFoldable i f, IFoldable i g) => IFoldable i ((:+:) i (i -> *) f g) Source # | |
|
(IEq1 i f, IEq1 i g) => IEq1 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 -> k -> *) f h, Parseable (k1 -> k -> *) g h) => Parseable (k1 -> k -> *) ((:+:) k k1 f g) h Source # | |
|