[project @ 2005-07-29 17:17:22 by ross]
authorross <unknown>
Fri, 29 Jul 2005 17:17:22 +0000 (17:17 +0000)
committerross <unknown>
Fri, 29 Jul 2005 17:17:22 +0000 (17:17 +0000)
document deprecation

Data/Queue.hs

index ab0dafe..55abe39 100644 (file)
@@ -8,6 +8,10 @@
 -- Stability   :  experimental
 -- Portability :  portable
 --
+-- NOTE: This module is DEPRECATED.
+-- The data structure in "Data.Sequence" is a faster queue and also
+-- supports a wider variety of operations.
+--
 -- Queues with constant time operations, from
 -- /Simple and efficient purely functional queues and deques/,
 -- by Chris Okasaki, /JFP/ 5(4):583-592, October 1995.