Are you sure you want a "quoted lambda", and not what might be called in Racket a "procedure" or "closure"?

For `defproc`, you can use the type `procedure?` for a procedure/closure, or you can be more specific about the type of the procedure/closure (see the documentation for `->` in Racket contracts).

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to