From 82ed6bcb38e7197504b330b10f0f428aa395cbe5 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 23 Dec 1998 12:33:52 +0000 Subject: [PATCH] [project @ 1998-12-23 12:33:52 by simonm] A couple of small additions. --- ghc/docs/users_guide/4-02-notes.vsgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/docs/users_guide/4-02-notes.vsgml b/ghc/docs/users_guide/4-02-notes.vsgml index 663a787..1c5d753 100644 --- a/ghc/docs/users_guide/4-02-notes.vsgml +++ b/ghc/docs/users_guide/4-02-notes.vsgml @@ -8,12 +8,14 @@ Lazy name-clash detection. Scoped infix declarations. + Scoped type variables implemented. Several bugs in _ccall_GC and foreign export fixed. + Warnings for unused variables should work now (they didn't before). Simplifier improvements: -- 1.7.10.4