diff options
Diffstat (limited to 'utils/check-exact/cases/LayoutIn1.hs')
-rw-r--r-- | utils/check-exact/cases/LayoutIn1.hs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/check-exact/cases/LayoutIn1.hs b/utils/check-exact/cases/LayoutIn1.hs deleted file mode 100644 index 3ea1f8402c..0000000000 --- a/utils/check-exact/cases/LayoutIn1.hs +++ /dev/null @@ -1,9 +0,0 @@ -module LayoutIn1 where - ---Layout rule applies after 'where','let','do' and 'of' - ---In this Example: rename 'sq' to 'square'. - -sumSquares x y= sq x + sq y where sq x= x^pow - --There is a comment. - pow=2 |