Readonly fstThe left-hand value of this Ior.
Readonly kindThe property that discriminates Ior.
Readonly sndThe right-hand value of this Ior.
A 2-tuple of the left-hand value and right-hand value of this Ior.
Compare this and that Ior to determine their ordering.
When ordered, Left always compares as less than Right, and
Right always compares as less than Both. If the variants are the
same, their value(s) are compared to determine the ordering. Both
compares left-hand values and right-hand values lexicographically.
Apply one of three functions to extract the value(s) out of this
Ior depending on the variant.
Generated using TypeDoc
An
Iorwith a left-hand and a right-hand value.