Skip to content

Commit

Permalink
Also provide false? from racket/bool
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzanneSoy committed Feb 3, 2017
1 parent 9471cab commit 476df85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions aliases.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
match-λ*
match-λ**
generate-temporary
true?)
true?
false?)

(require racket/match)

(require (only-in racket
(require (only-in racket/base
[compose ∘]
[... …])
(only-in racket/bool
false?)
(only-in syntax/parse
[...+ …+])
(only-in "untyped-only/syntax-parse.rkt"
Expand Down

0 comments on commit 476df85

Please sign in to comment.