Contact/support | Changelog

ghc api problems

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ERROR: fay-tests: panic! (the 'impossible' happened)
  (GHC version 7.4.1 for i386-apple-darwin):
	getClassPredTys [ghc-prim:GHC.Types.Char{(w) tc 3o}]

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug



ERROR: Couldn't match expected type `GHC.Types.Double'
            with actual type `GHC.Types.Char'
Couldn't match expected type `GHC.Types.Double'
            with actual type `GHC.Types.Char'
Couldn't match expected type `GHC.Types.Double'
            with actual type `GHC.Types.Char'



Ambiguous occurrence `Double'
It could refer to either `GHC.Types.Double',
                         imported from `Language.Fay.Prelude' at tests/recordUseBeforeDefine.hs:6:1-37
                         (and originally defined in `ghc-prim:GHC.Types')
                      or `Data.Maybe.Maybe',
                         imported from `Language.Fay.Prelude' at tests/recordUseBeforeDefine.hs:6:1-37
                         (and originally defined in `base:Data.Maybe')