Skip to content

Commit 7b92bc1

Browse files
authored
Merge pull request #1374 from herbie-fp/fix-python-platform
Fix Python platform broken by bad merge
2 parents 402e693 + 25f38d7 commit 7b92bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/python.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
(define-operation (if.py [c <bool>] [t <binary64>] [f <binary64>]) <binary64>
2323
#:spec (if c t f) #:impl if-impl
24-
#:cost boolean-move-cost #:aggregate if-cost)
24+
#:cost (if-cost boolean-move-cost))
2525

2626

2727

0 commit comments

Comments
 (0)