|
Software
»
Haskell
»
Haskell - Hugs-Bugs
Less defaulting with -98
View:
Threaded
Chronologically
All Messages
New views
1 Messages —
Rating Filter:
0
1
2
3
4
5
Alert me
Less defaulting with -98
by Neil Mitchell
:: Rate this Message:
Reply to Author
|
View Threaded
|
Show Only this Message
Hi
$ hugs -98
Hugs> []
ERROR - Cannot find "show" function for:
*** Expression : []
*** Of type : [a]
$hugs +98
Hugs> []
[]
It seems that with -98 you don't get the very handy defaulting. Is
this a delibarate decision, or is it just a bug?
Thanks
Neil
_______________________________________________
Hugs-Bugs mailing list
Hugs-Bugs@...
http://www.haskell.org/mailman/listinfo/hugs-bugs
Free Forum
Powered by Nabble
Forum Help