blob: be1cd62b208ff9f314523c000b267967252f3f23 (
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:
transitional layout will not be accepted in the future:
`where' clause at the same depth as implicit layout block
|