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: faytests: panic! (the 'impossible' happened)
(GHC version 7.4.1 for i386appledarwin):
getClassPredTys [ghcprim: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:137
(and originally defined in `ghcprim:GHC.Types')
or `Data.Maybe.Maybe',
imported from `Language.Fay.Prelude' at tests/recordUseBeforeDefine.hs:6:137
(and originally defined in `base:Data.Maybe') |