summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_StaticPointers02.stderr
blob: 88da9d15e142c5983c92981ded5338abe290381f (plain)
1
2
3
4
5
6
7
8
9
10

TH_StaticPointers02.hs:11:34:
    static forms cannot be used in splices: static 'a'
    In the splice:
      $(case staticKey (static 'a') of {
          Fingerprint w0 w1
            -> let ...
               in
                 [| fmap (\ p -> ...) $ unsafeLookupStaticPtr
                    $ Fingerprint (fromIntegral w0i) (fromIntegral w1i) |] })