[EMAIL PROTECTED] reports the following problem.

Version:       1.4 
OS:            linux (debian 2.0) 
compiler:      gcc 2.7.2.3 
configuration: +t 
Expected behaviour:
Fib>f
<<Function>> Num a: a -> a
Observed behaviour:
Fib> f
<<Function>> Int -> Int
Transcript:
hugs -t
...
Prelude>
:load fib
...
Fib>f

Code:
module Fib where

f n = n+1


Reply via email to