Bug?

Jorge Adriano jadrian@mat.uc.pt
Wed, 17 Apr 2002 18:17:14 +0100


On Wednesday 17 April 2002 03:15, Jorge Adriano wrote:
> [1] Bug1?
> This declaration:
> > A =3D (,) Int Int


Opsss cut and paste problems :)
> data A =3D (,) 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 =3D C ((,) Int Int)
>
> data A =3D (,) !Int !Int     --   <----------- There it is
<snip>

J.A.