summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15518.stderr
blob: 7d9ef293b431d3d5b09efa1b66be051b97821d13 (plain)
1
2
3
4
5
6
7
8
9
10
T15518.hs:(5,3)-(8,6): Splicing declarations
    [d| f :: Bool -> ()
        f = \case
              True -> ()
              False -> () |]
  ======>
    f :: Bool -> ()
    f = \case
          True -> ()
          False -> ()