diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index 5af9365..75d2fed 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -745,7 +745,7 @@ (s/nonconforming (s/or :simple-type qualified-keyword? :complex-type (s/cat :base-type qualified-keyword? - :type-args (s/* ::type))))) + :type-args (s/* any?))))) (s/def ::defcfn-args (s/and