blob: e6f696343411f672e36aa95b82ead4481d4870df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TH_StaticPointers02.hs:11:34:
static forms cannot be used in splices: static 'a'
In the untyped splice:
$(case staticKey (static 'a') of {
Fingerprint w0 w1
-> let
w0i = ...
....
in
[| fmap (\ p -> ...) $ unsafeLookupStaticPtr
$ Fingerprint (fromIntegral w0i) (fromIntegral w1i) |] })
|