packages feed

fay-0.18.0.0: tests/LazyOperators.hs

module LazyOperators where

import           Prelude

main :: Fay ()
main = print testFn

testFn = let f a b = snd (a/b,10::Double) in f (1::Double) (0::Double)