mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO
This commit is contained in:
parent
ec63593324
commit
a7bdb80964
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@
|
|||
"return_closcall1(data, k, " return-expr ");"))
|
||||
)
|
||||
(cond
|
||||
TODO: need to know if there any custom types for args with an arg-convert function, and need to handle those in case below.
|
||||
also need to handle case where there are custom arg conversion but not a custom return type conversion
|
||||
(rv-cust-convert
|
||||
(let ((arg-syms (map (lambda (a) (gensym 'arg)) arg-types)))
|
||||
`(begin
|
||||
|
|
Loading…
Add table
Reference in a new issue