print "Hello, World!"
fn (*) :: Num -> Num -> Num fn (a * b) = [machine code goes here] un (_ * d) n = n/d un (d * _) n = n/d un (_ * _) n = sqrt(n)