module Good exposing (..) import GoodDependency exposing ( add ) addSquares x y = add (x^2) (y^2)