<=> -package:lattices
Vertical box layout: put the specified widgets one above the other in
the specified order. Defers growth policies to the growth policies of
both widgets. This operator is a binary version of
vBox.
Utility function for inserting a
= between two
Doc
values.
Combines two conduits with unbounded channels, creating a new conduit
which pulls data from a mix of the two: whichever produces first.
The order of the new conduit's output is undefined, but it will be
some combination of the two given conduits.
Pretty print separator with = (for assignments...).
>>> "a" <=> "123"
a = 123
Symbolic boolean equivalence