add the option for having [value] or value

This commit is contained in:
Michael Jerger 2023-08-02 12:03:02 +02:00
parent e998fe2890
commit 73cf280ad5

View file

@ -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