malli

https://github.com/metosin/malli :malli:
danielneal 2021-02-03T13:05:08.042600Z

lol, trolling hard :rich:

pbaille 2021-02-03T15:52:00.044400Z

Hi, i'm playing with malli and am confused by this example from the README:

(m/validate [:? int?] [1 2])
Execution error (ExceptionInfo) at malli.core/-fail! (core.cljc:79). :malli.core/invalid-schema {:schema :?}

ikitommi 2021-02-03T16:23:20.047400Z

@pbaille README describes what is in the master, sequence/regex schemas are not in official release. If you take the latest commit as dependency via deps, there are there

ikitommi 2021-02-03T16:24:05.048700Z

will cut a release soon, work needed for the function schemas still

pbaille 2021-02-03T16:31:35.049800Z

@ikitommi thank you a lot 🙂