packages feed

ghc-exactprint-0.2: tests/examples/LayoutIn1.hs.expected

module LayoutIn1 where

--Layout rule applies after 'where','let','do' and 'of'

--In this Example: rename 'sq' to 'square'.

sumSquares x y= square x + square y where sq x= x^pow
          --There is a comment.
                                          pow=2