packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc710/Default.hs

default (Integer, Double) -- "default default"

mag :: Float -> Float -> Float
mag x y = sqrt( x^2 + y^2 )

main = do

print $ mag 1 1