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