-
Added new numeric type
EpsilonOf -
Fixed
Distinct,DistinctBypredicates,DistinctListOf,NonEmptyDistinctListOftypes: all of them didn't actually check distinctiveness in previous release due to incorrect apply ofdistinct?function to the list of arguments -
Fixed
Existspredicate: it failed with runtime exception on every check in previous release due to the typo -
Removed Potemkin dependency
-
Introduced
refined'macro to deal with namings of types (captures the type name as it was specified in the code before resolving the var itself) -
Added
deps.edn -
AndandOrpredicates to support variadic arguments
- Well... I've started here :)