Skip to content

Commit 9231fd7

Browse files
jwaldmanntreeowl
authored andcommitted
fix references to citeseer (#656)
1 parent ab9267c commit 9231fd7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

containers/src/Data/IntMap/Lazy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
--
5959
-- * Chris Okasaki and Andy Gill, \"/Fast Mergeable Integer Maps/\",
6060
-- Workshop on ML, September 1998, pages 77-86,
61-
-- <http://citeseer.ist.psu.edu/okasaki98fast.html>
61+
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
6262
--
6363
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
6464
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),

containers/src/Data/IntMap/Strict.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
--
7676
-- * Chris Okasaki and Andy Gill, \"/Fast Mergeable Integer Maps/\",
7777
-- Workshop on ML, September 1998, pages 77-86,
78-
-- <http://citeseer.ist.psu.edu/okasaki98fast.html>
78+
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
7979
--
8080
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
8181
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),

containers/src/Data/IntMap/Strict/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
--
7373
-- * Chris Okasaki and Andy Gill, \"/Fast Mergeable Integer Maps/\",
7474
-- Workshop on ML, September 1998, pages 77-86,
75-
-- <http://citeseer.ist.psu.edu/okasaki98fast.html>
75+
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
7676
--
7777
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
7878
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),

containers/src/Data/IntSet.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
--
4848
-- * Chris Okasaki and Andy Gill, \"/Fast Mergeable Integer Maps/\",
4949
-- Workshop on ML, September 1998, pages 77-86,
50-
-- <http://citeseer.ist.psu.edu/okasaki98fast.html>
50+
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
5151
--
5252
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
5353
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),

containers/src/Data/IntSet/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
--
5454
-- * Chris Okasaki and Andy Gill, \"/Fast Mergeable Integer Maps/\",
5555
-- Workshop on ML, September 1998, pages 77-86,
56-
-- <http://citeseer.ist.psu.edu/okasaki98fast.html>
56+
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
5757
--
5858
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
5959
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),

0 commit comments

Comments
 (0)