From b36883518709440d122dbf8c4987d4668bd8c331 Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 27 Feb 1998 10:38:30 +0000 Subject: [PATCH] [project @ 1998-02-27 10:38:30 by simonm] add note about parsing fix. --- ghc/docs/users_guide/3-02-notes.vsgml | 2 ++ 1 file changed, 2 insertions(+) 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. + -- 1.7.10.4