trivial/function.rkt
2016-03-09 03:25:36 -05:00

8 lines
81 B
Racket

#lang typed/racket/base
(provide
curry:
)
(require trivial/private/function)