From 6f70ddcc8c3266c39294f3320b9568523207db58 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 21 Aug 2002 16:02:58 +0000 Subject: [PATCH] [project @ 2002-08-21 16:02:58 by simonmar] Add link to Mark Jones' paper on functional dependencies, in lieu of real documentation. --- ghc/docs/users_guide/glasgow_exts.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 43191f4..ca35143 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -1127,9 +1127,10 @@ Haskell programs without knowing their typing. Functional dependencies are implemented as described by Mark Jones -in "Type Classes with Functional Dependencies", Mark P. Jones, +in “Type Classes with Functional Dependencies”, Mark P. Jones, In Proceedings of the 9th European Symposium on Programming, -ESOP 2000, Berlin, Germany, March 2000, Springer-Verlag LNCS 1782. +ESOP 2000, Berlin, Germany, March 2000, Springer-Verlag LNCS 1782, +. -- 1.7.10.4