Skip to content

Commit

Permalink
Fix operation
Browse files Browse the repository at this point in the history
  • Loading branch information
gkronber committed Sep 10, 2024
1 parent 0b2e6c9 commit 7811095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/stream_fusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fold_theory = @theory x y z begin
x::Number * y::Number => x * y
x::Number + y::Number => x + y
x::Number / y::Number => x / y
x::Number - y::Number => x / y
x::Number - y::Number => x - y
# etc...
end

Expand Down

0 comments on commit 7811095

Please sign in to comment.