Either package:Agda
Utilities for the
Either type.
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
decodeStrict 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
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.