blob: 4273843584c237d0f90e73986b7e4c3cb0f050c6 (
plain)
1
2
3
4
5
6
7
8
9
|
Running with -XNoAlternativeLayoutRule
Running with -XAlternativeLayoutRule
layout001.hs:6:3: parse error on input `where'
Running with -XAlternativeLayoutRule -XAlternativeLayoutRuleTransitional
layout001.hs:6:3: Warning:
transitional layout will not be accepted in the future:
`where' clause at the same depth as implicit layout block
|