From: Nick N. <nic...@in...> - 2003-09-17 22:31:40
|
I read: -- data Process pc :: Process pc = error "The Process is an abstract object and cannot be evaluated" -- Why not -- data Process = Process pc :: Process pc = Process -- and avoid the need of -fglasgow-exts? Is there any advantage in doing it that way? V. |