diff --git a/beautiful-racket-lib/br/define.rkt b/beautiful-racket-lib/br/define.rkt index 7b32326..5f6a770 100644 --- a/beautiful-racket-lib/br/define.rkt +++ b/beautiful-racket-lib/br/define.rkt @@ -1,5 +1,5 @@ #lang racket/base -(require (for-syntax racket/base syntax/parse) br/macro) +(require racket/function (for-syntax racket/base syntax/parse) br/macro) (provide (all-defined-out) (all-from-out br/macro)) (define-syntax (define-cases stx)