d95josef reports the following problem.

Version:       981112 
OS:            sun 2.5 
compiler:      gcc 
configuration: --with-readline 
Expected behaviour:
The following script should be a type error since String is
not an instance of class Num
Observed behaviour:
the script works fine!
Transcript:
f :: Num [Char] => ([Char] -> [Char]) -> [Char]
f i = show (i 1) ++ i "hej"
Code:



Reply via email to