metosin/malli

Full support for decimal

Open

#1272 opened on Apr 1, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Clojure (1,724 stars) (237 forks)batch import
enhancementhelp wanted

Description

Hello :) Found myself having to make some stylistic compromises with decimals in my schema, and would have liked it if it was supported like a :double schema with min max preds and bound generation.

Alternatives:

  • use decimal? and custom generators / and :and for bounds
  • define my own schema

Thanks

Contributor guide