Skip to content

Commit

Permalink
More cljdoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Oct 20, 2023
1 parent 12a1f84 commit 81439c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/dk/thinkcreate/malli_select.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,18 @@


(defn selectable-paths
"
"Yield set of selectable paths.
Examples:
```
(selectable-paths
[:maybe
[:map
[:addresses [:vector [:map
[:street string?]]]]]])
;;=> #{[:addresses] [:addresses :street]}"
;;=> #{[:addresses] [:addresses :street]}
```
"
[schema]
(->> schema
mu/subschemas
Expand Down

0 comments on commit 81439c9

Please sign in to comment.