The Infix Operator
res = sum `mod` 2 -- using the infix operator ``ghci> multiply x y z = x * y * z
ghci> (1 `multiply` 2) 3
6Last updated
res = sum `mod` 2 -- using the infix operator ``ghci> multiply x y z = x * y * z
ghci> (1 `multiply` 2) 3
6Last updated