summaryrefslogtreecommitdiff
path: root/testdata/letIndent.lc
blob: d69f99789417d11665659ab2b8476120dd6ef247 (plain)
1
2
3
4
5
6
-- 'a' and 'b' is ambiguous, but 'x' is not ambiguous
fun x = let
     a = 1
     b = 2
   in x