blob: e329a824daa2bcbc253c6d5243ab8d4894b1cb57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
T19709a.hs:8:8: error: [GHC-55287]
• The first pattern in the equation for ‘levid’
does not have a fixed runtime representation.
Its type is:
a :: TYPE r
• In the expression:
let
levid :: forall (r :: RuntimeRep) (a :: TYPE r). a -> a
levid x = x
in return []
|