
17 Apr
2002
17 Apr
'02
1:17 p.m.
On Wednesday 17 April 2002 03:15, Jorge Adriano wrote:
[1] Bug1? This declaration:
A = (,) Int Int
Opsss cut and paste problems :)
data A = (,) Int Int is accepted by ghci. Is this behaveour correct,
This is what I meant. Anyway in Bug 2 I used the 'correct' declaration
[2] Bug2? - Step 1 Load this in ghci, ----------------------- module Test where data C = C ((,) Int Int)
data A = (,) !Int !Int -- <----------- There it is <snip>
J.A.