summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T13202.stderr
blob: 33c1945089d065c4bea809ada4901a52030a1081 (plain)
1
2
3
4
5
6
7
8

<interactive>:6:22: error:
    • Cannot apply expression of type ‘TypeRep a0’
      to a visible type argument ‘(Maybe Int#)’
    • In the first argument of ‘typeRepKind’, namely
        ‘(typeRep @(Maybe Int#))’
      In the expression: typeRepKind (typeRep @(Maybe Int#))
      In an equation for ‘x’: x = typeRepKind (typeRep @(Maybe Int#))