blob: fb6b135b729302caeb8b844ab1c899b606a4c1aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
RepPolyRule3.hs:17:57: error: [GHC-55287]
• The argument ‘x’ of ‘g’
does not have a fixed runtime representation.
Its kind is:
TYPE (F 'WordRep)
(Use -fprint-explicit-coercions to see the full type.)
• In the expression: g x
When checking the rewrite rule "g_id"
RepPolyRule3.hs:23:52: error: [GHC-55287]
• The argument ‘x’ of ‘h’
does not have a fixed runtime representation.
Its kind is:
TYPE (F 'WordRep)
(Use -fprint-explicit-coercions to see the full type.)
• In the expression: h x
When checking the rewrite rule "h_id"
|