Skip to content

Commit afae462

Browse files
konsumlammtreeowl
authored andcommitted
Fix formatting
1 parent f90e38c commit afae462

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

containers/src/Data/IntMap.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
-- Workshop on ML, September 1998, pages 77-86,
4747
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
4848
--
49-
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
50-
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),
51-
-- October 1968, pages 514-534.
49+
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve Information Coded In Alphanumeric/\",
50+
-- Journal of the ACM, 15(4), October 1968, pages 514-534.
5251
--
5352
-- Operation comments contain the operation time complexity in
5453
-- the Big-O notation <http://en.wikipedia.org/wiki/Big_O_notation>.

containers/src/Data/IntMap/Lazy.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@
6060
-- Workshop on ML, September 1998, pages 77-86,
6161
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
6262
--
63-
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
64-
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),
65-
-- October 1968, pages 514-534.
63+
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve Information Coded In Alphanumeric/\",
64+
-- Journal of the ACM, 15(4), October 1968, pages 514-534.
6665
--
6766
-----------------------------------------------------------------------------
6867

containers/src/Data/IntMap/Strict.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@
7777
-- Workshop on ML, September 1998, pages 77-86,
7878
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
7979
--
80-
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
81-
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),
82-
-- October 1968, pages 514-534.
80+
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve Information Coded In Alphanumeric/\",
81+
-- Journal of the ACM, 15(4), October 1968, pages 514-534.
8382
--
8483
-----------------------------------------------------------------------------
8584

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@
7777
-- Workshop on ML, September 1998, pages 77-86,
7878
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
7979
--
80-
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
81-
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),
82-
-- October 1968, pages 514-534.
80+
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve Information Coded In Alphanumeric/\",
81+
-- Journal of the ACM, 15(4), October 1968, pages 514-534.
8382
--
8483
-----------------------------------------------------------------------------
8584

containers/src/Data/IntSet.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949
-- Workshop on ML, September 1998, pages 77-86,
5050
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
5151
--
52-
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
53-
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),
54-
-- October 1968, pages 514-534.
52+
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve Information Coded In Alphanumeric/\",
53+
-- Journal of the ACM, 15(4), October 1968, pages 514-534.
5554
--
5655
-- Additionally, this implementation places bitmaps in the leaves of the tree.
5756
-- Their size is the natural size of a machine word (32 or 64 bits) and greatly

containers/src/Data/IntSet/Internal.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@
5656
-- Workshop on ML, September 1998, pages 77-86,
5757
-- <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
5858
--
59-
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
60-
-- Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),
61-
-- October 1968, pages 514-534.
59+
-- * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve Information Coded In Alphanumeric/\",
60+
-- Journal of the ACM, 15(4), October 1968, pages 514-534.
6261
--
6362
-- Additionally, this implementation places bitmaps in the leaves of the tree.
6463
-- Their size is the natural size of a machine word (32 or 64 bits) and greatly

0 commit comments

Comments
 (0)