From 1e7ec8ad80482a4bb2ac6fc81d38f99d110d38d1 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Sat, 18 Sep 2021 16:47:07 -0500 Subject: [PATCH] Allow any kind of argument as a type argument --- src/coffi/ffi.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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