Skip to content

Commit fc1064b

Browse files
author
varun10p
committed
Fpcore bug fix
1 parent 65556e8 commit fc1064b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/platforms/bool.rkt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
(define-operator-impl (not [x : bool])
3333
bool
3434
#:spec (not x)
35-
#:fpcore (! (not x))
3635
#:fl not
3736
#:identities (#:exact (not a)))
3837

0 commit comments

Comments
 (0)