From: simonm Date: Fri, 27 Feb 1998 10:38:30 +0000 (+0000) Subject: [project @ 1998-02-27 10:38:30 by simonm] X-Git-Tag: Approx_2487_patches~901 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b36883518709440d122dbf8c4987d4668bd8c331;p=ghc-hetmet.git [project @ 1998-02-27 10:38:30 by simonm] add note about parsing fix. --- diff --git a/ghc/docs/users_guide/3-02-notes.vsgml b/ghc/docs/users_guide/3-02-notes.vsgml index 9fdcfea..aa56678 100644 --- a/ghc/docs/users_guide/3-02-notes.vsgml +++ b/ghc/docs/users_guide/3-02-notes.vsgml @@ -12,4 +12,6 @@ slightly). Pattern binding desugaring improved to eliminate intermediate tuples in some cases. + Fixed parsing problem: declaring a record with an infix constructor. +