add the option for having [value] or value

main
Michael Jerger 10 months ago
parent e998fe2890
commit 73cf280ad5

@ -33,8 +33,7 @@
(some? elem)
(or
(not (coll? elem))
(and (vector? elem) (= 1 (count elem)))
(and (list? elem) (= 1 (count elem))))))
(and (sequential? elem) (= 1 (count elem))))))
(s/def ::FunctionalProperty functional?)
;http://www.w3.org/2002/07/owl#DeprecatedProperty

Loading…
Cancel
Save