Skip to content

Commit

Permalink
fix ambiguous binding?
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Sep 23, 2022
1 parent 1d20562 commit 1143733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qi-test/tests/flow.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
racket/list
racket/string
racket/function
"private/util.rkt")
(except-in "private/util.rkt"
add-two))

;; used in the "language extension" tests for `qi:*`
(define-syntax-rule (qi:square flo)
Expand Down

0 comments on commit 1143733

Please sign in to comment.