This file doesn't need match.

This commit is contained in:
Sam Tobin-Hochstadt 2018-10-16 14:36:49 -04:00
parent 8473666af3
commit 423ce5e5a2

View File

@ -1,7 +1,7 @@
#lang racket/base
(require (for-syntax racket/base racket/list syntax/name)
racket/list racket/match racket/private/arity)
racket/list racket/private/arity)
(provide identity const thunk thunk* negate curry curryr
(all-from-out racket/private/arity)