Skip to content

Commit

Permalink
Fpcore bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
varun10p committed Sep 27, 2024
1 parent 65556e8 commit fc1064b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/bool.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
(define-operator-impl (not [x : bool])
bool
#:spec (not x)
#:fpcore (! (not x))
#:fl not
#:identities (#:exact (not a)))

Expand Down

0 comments on commit fc1064b

Please sign in to comment.