fay-0.24.2.0: tests/LazyOperators.hs
module LazyOperators where main :: Fay () main = print testFn testFn = let f a b = snd (a/b,10::Double) in f (1::Double) (0::Double)
module LazyOperators where main :: Fay () main = print testFn testFn = let f a b = snd (a/b,10::Double) in f (1::Double) (0::Double)