Ticket #7441: dump

File dump, 0.7 KB (added by guest, 6 months ago)
Line 
1GHCi, version 7.6.1: http://www.haskell.org/ghc/  :? for help
2Loading package ghc-prim ... linking ... done.
3Loading package integer-gmp ... linking ... done.
4Loading package base ... linking ... done.
5[1 of 1] Compiling Main             ( bug.hs, interpreted )
6
7bug.hs:8:14:
8    Couldn't match kind `* -> *' with `*'
9    Expected type: Ptr Int -> Int -> ContT Bool IO Integer
10      Actual type: Ptr Int -> Int -> ContT Bool IO Integer
11    Kind incompatibility when matching types:
12      Ptr Int :: * -> *
13      Ptr Int :: *
14    The function `lift'ghc: panic! (the 'impossible' happened)
15  (GHC version 7.6.1 for x86_64-unknown-linux):
16        kindFunResult
17<<details unavailable>>
18
19Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
20
21Leaving GHCi.