RosettaCodeData/Task/Inverted-syntax/Haskell/inverted-syntax-2.hs

3 lines
43 B
Haskell
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
func a b x = (x + y) / y
where y = a * b