Name: return 1337; 2011-01-18 19:53
I know you're reading this. Don't deny it. Talk about it tomorrow.
(define-syntax >implying
(syntax-rules (is called with and)
((>implying proc is called)
(proc))
((>implying proc is called with var)
(curry proc var))
((>implying proc is called with vars ... and var)
(curry proc vars ... var))))
((>implying values is called with 1337))