packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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