Fork me on GitHub
#malli
<
2021-02-03
>
danielneal13:02:08

lol, trolling hard rich

pbaille15:02:00

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 :?}

ikitommi16:02:20

@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

ikitommi16:02:05

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

pbaille16:02:35

@ikitommi thank you a lot 🙂