Re-provide normalize-arity from racket/function.
This commit is contained in:
parent
59b1e32fe9
commit
e356c660ea
|
@ -1,8 +1,8 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
|
|
||||||
(require (for-syntax racket/base syntax/name))
|
(require (for-syntax racket/base syntax/name) racket/private/norm-arity)
|
||||||
|
|
||||||
(provide identity const thunk thunk* negate curry curryr)
|
(provide identity const thunk thunk* negate curry curryr normalize-arity)
|
||||||
|
|
||||||
(define (identity x) x)
|
(define (identity x) x)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user