RosettaCodeData/Task/Currying/Racket/currying-1.rkt
2015-02-20 09:02:09 -05:00

2 lines
37 B
Racket

#lang racket
(((curry +) 3) 2) ; =>5