main = putStrLn (a ++ " where a = " ++ show a) where a = "main = putStrLn (a ++ \" where a = \" ++ show a)"

