ghc-exactprint-0.2: tests/examples/LocToName.hs.expected
module LocToName where
{-
-}
LocToName.newPoint (x:xs) = x ^2 + LocToName.newPoint xs
-- where sq x = x ^pow
-- pow = 2
LocToName.newPoint [] = 0
module LocToName where
{-
-}
LocToName.newPoint (x:xs) = x ^2 + LocToName.newPoint xs
-- where sq x = x ^pow
-- pow = 2
LocToName.newPoint [] = 0