7 lines
123 B
Racket
7 lines
123 B
Racket
#lang typed/racket/base
|
|
|
|
(provide (all-from-out trivial/function))
|
|
|
|
(require (rename-in trivial/function
|
|
[curry: curry]))
|