ANNOUNCE: GHC version 5.04.1 released

2002-09-13 Thread Simon Marlow
== The (Interactive) Glasgow Haskell Compiler -- version 5.04.1 == We are pleased to announce a new patchlevel release of the Glasgow Haskell Compiler (GHC), version

RE: Labelled field restrictions

2002-09-13 Thread Simon Peyton-Jones
A perfectly sensible idea.    Main difficulty I see: it’s not clear what T.x would mean if both type T and module T existed, though.   Also if I have       data T = T { x,y::Int }     data S = S { x,y::Int }   I might write         f :: S -> T