metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.5k stars 211 forks source link

Tweaks to malli experimental describe #814

Closed escherize closed 1 year ago

escherize commented 1 year ago
  1. Using "a" prefix does not compose, so it's been removed.
    • (e.g. [:vector map?] => "a map of a vector", is now fixed)
  2. Differentiate between min/max length of collection vs. min/max numeral constraints
  3. a couple linting fixes
  4. adds repeat verbiage that makes sense
  5. removed duplicate int defmultis
ikitommi commented 1 year ago

Could you rebase the changes with master, which has already some (style) changes.

ikitommi commented 1 year ago

Looks great, thanks!