Either package:Agda

Utilities for the Either type.
Disjoint sum of three.
Like decode but returns an error message when decoding fails.
Like decode' but returns an error message when decoding fails. Since 2.2.0.0 an alias for eitherDecode.
Like decodeFileStrict but returns an error message when decoding fails.
Like decodeFileStrict' but returns an error message when decoding fails. Since 2.2.0.0 an alias for eitherDecodeFileStrict'.
Like decodeStrict but returns an error message when decoding fails.
Like decodeStrict' but returns an error message when decoding fails. Since 2.2.0.0 an alias for eitherDecodeStrict.
Like decodeStrictText but returns an error message when decoding fails.
Monadic version of either with a different argument ordering.
Groups a list into alternating chunks of Left and Right values
Convert Maybe to Either e, given an error e for the Nothing case.
Swap tags Left and Right.
Either is bitraversable. Note: From base >= 4.10.0.0 already present in Bitraversable.
Any List1 is either a singleton or a List2. O(1).
Inverse of fromList1Either. O(1).
Lazy monadic disjunction with accumulation of errors in a monoid. Errors are discarded if we succeed.
Partition a list into 3 groups. Preserves the relative order or elements.