[project @ 1997-11-12 16:55:57 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail067.stderr
1  
2 tcfail067.hs:65: Warning: no explicit method nor default method for `abs'
3                  in an instance declaration for `Num'
4  
5 tcfail067.hs:65: Warning: no explicit method nor default method for `signum'
6                  in an instance declaration for `Num'
7  
8 tcfail067.hs:1: Context `{Ord ta19s}'
9                     required by inferred type, but missing on a type signature
10                     `Ord ta19s' arising from use of `SubRange' at tcfail067.hs:76
11     When checking signature(s) for: `numSubRangeBinOp'
12  
13 tcfail067.hs:65: Context `{Ord ta1aY}'
14                      required by inferred type, but missing on a type signature
15                      `Ord ta1aY' arising from use of `numSubRangeNegate' at tcfail067.hs:61
16     When checking methods of an instance declaration
17
18 Compilation had errors