This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to create a new procedure type?



Umm well, the type of the function SCM (*f) (SCM, SCM, SCM)
is scm_tc7_subr3.  What is the type of the following function:
SCM (*l) (SCM, SCM, SCM, SCM)?

How do I create such a function type?


Jost