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. _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell