We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65556e8 commit fc1064bCopy full SHA for fc1064b
src/platforms/bool.rkt
@@ -32,7 +32,6 @@
32
(define-operator-impl (not [x : bool])
33
bool
34
#:spec (not x)
35
- #:fpcore (! (not x))
36
#:fl not
37
#:identities (#:exact (not a)))
38
0 commit comments