<=> -package:BNFC

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.
Equivalence.
x <=> y = (x ==> y) /\ (y ==> x)
Symbolic boolean equivalence