Re: [Haskell-cafe] Re: Refactoring status

2008-01-07 Thread Bulat Ziganshin
Hello Bob, Sunday, January 6, 2008, 3:45:42 AM, you wrote: > You are wrong. Without type signatures some type errors will not be > caught by the compiler, resulting in erroneous program behaviour. of course. moreover, the same applies to any type inference. are you give explicit type signature t

[Haskell-cafe] Re: Refactoring status

2008-01-05 Thread Bob
On 2008-01-04 0:23, Bulat Ziganshin wrote: Hello C.M.Brown, Thursday, January 3, 2008, 10:46:54 PM, you wrote: i don't use type signatures at all - this creates some problems when i wrote large portion of code and try to make it compile, but nothing more I believe type signatures are the ve