We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9f5ab commit 5943136Copy full SHA for 5943136
test/malli/parser_test.cljc
@@ -18,8 +18,8 @@
18
(defn simple-parser? [s] (boolean (:simple-parser (m/-parser-info (m/schema s)))))
19
20
(def inheriting-parser-templates
21
- "Schemas templates which have simple parsers iff ::HOLE has a simple parser.
22
- Should also be generatable for any ::HOLE and be capable to (un)parsing
+ "Schema templates which have simple parsers iff ::HOLE has a simple parser.
+ Should also be generatable for any ::HOLE and have high likelihood of (un)parsing
23
to a different value than its input if transforming."
24
[::HOLE
25
[:maybe ::HOLE]
0 commit comments