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.
2 parents 402e693 + 25f38d7 commit 7b92bc1Copy full SHA for 7b92bc1
src/platforms/python.rkt
@@ -21,7 +21,7 @@
21
22
(define-operation (if.py [c <bool>] [t <binary64>] [f <binary64>]) <binary64>
23
#:spec (if c t f) #:impl if-impl
24
- #:cost boolean-move-cost #:aggregate if-cost)
+ #:cost (if-cost boolean-move-cost))
25
26
27
0 commit comments