summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/LevPolyLet.stderr
blob: 95e606cf7e70fa6526efe456fad99d2e531df5f8 (plain)
1
2
3
4
5
6
7

LevPolyLet.hs:17:7: error: [GHC-55287]
    • The binder ‘x’ does not have a fixed runtime representation.
      Its type is:
        a :: TYPE ('BoxedRep v)
    • In the expression: let x = f 42 in undefined
      In an equation for ‘example’: example f = let x = f 42 in undefined