From 78967933576017b0e6ba57863c8f1d877939d539 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Mon, 6 Feb 2006 09:51:39 +0000 Subject: [PATCH] update ref in comment --- Data/Sequence.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Sequence.hs b/Data/Sequence.hs index 3d38011..ccc7e6c 100644 --- a/Data/Sequence.hs +++ b/Data/Sequence.hs @@ -22,7 +22,7 @@ -- -- * Ralf Hinze and Ross Paterson, -- \"Finger trees: a simple general-purpose data structure\", --- to appear in /Journal of Functional Programming/. +-- /Journal of Functional Programming/ 16:2 (2006) pp 197-217. -- -- -- /Note/: Many of these operations have the same names as similar -- 1.7.10.4