ANNOUNCE: GHC version 5.04.1 released
== 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
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