From: Ross Paterson Date: Mon, 6 Feb 2006 09:51:39 +0000 (+0000) Subject: update ref in comment X-Git-Tag: directory_2007-05-24~335 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=78967933576017b0e6ba57863c8f1d877939d539;p=haskell-directory.git update ref in comment --- 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