packages feed

ghc-exactprint-0.2: tests/examples/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