Re: ASSIST ME

2002-05-17 Thread Jim Farrand

On Friday 17 May 2002 02:10, John Peterson wrote:

 We could go to member-only
 posting if that's what people want but it means that students asking
 their homework questions will have a harder time :-).

Surely that's a good thing!  Maybe they will go to the people who are paid to 
help them, or maybe even try themselves, rather than posting their assigned 
questions verbatim to the list.

On the other hand, maybe they will subscribe to the list and continue as 
before.

Regards,
Jim


___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell



Strictness Information (Was: ghc --make feature request)

2001-10-26 Thread Jim Farrand

On Friday 26 October 2001 14:41, Jan-Willem Maessen wrote:

 You just need to change (for example) the
 strictness properties of the function, which can be very easy to do
 when making changes to your code.

Is there a way to automatically discover the strictness of a function?  I 
think it would be really usefull to have some kind of extended :t command in 
ghci which would do something like:

main :T foo
foo :: A (Strict) - A (Strict) - Bool
main :T bar
bar :: a (Lazy) - [a] (Lazy) - [a]

Perhaps this is possible already, and I just don't know about it.

Regards,
Jim

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users