Changelog for pa-prelude-0.3.0.0
Revision history for pa-prelude
0.2.0.0 -- 2024-09-04
- Add
IsEmpty
andIsNonEmpty
patterns (for getting aNonEmpty
from a match) - Add
stringToBytesUtf8
- Add multiple function for dealing with
NonEmpty
- Add
lengthNatural
and aLengthy
class that should be preferred overFoldable.length
- Add
maximumBy1
andminimumBy1
0.2.0.0 -- 2023-10-15
thenValidate
is nowthenValidateM
- added
thenValidate
as non-monadicthenValidateM
0.1.0.0 -- 2023-05-19
- First release