[project @ 1997-12-16 17:15:04 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 ta18P}'
9                     required by inferred type, but missing on a type signature
10                     `Ord ta18P' arising from use of `SubRange' at tcfail067.hs:76
11     When checking signature(s) for: `numSubRangeBinOp'
12  
13 tcfail067.hs:65: Context `{Ord ta1al}'
14                      required by inferred type, but missing on a type signature
15                      `Ord ta1al' arising from use of `numSubRangeNegate' at tcfail067.hs:61
16     When checking methods of an instance declaration
17
18 Compilation had errors