From 610e39d7f87571e5ed1c1733c910c381be4f6125 Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 29 Jul 2005 17:17:22 +0000 Subject: [PATCH] [project @ 2005-07-29 17:17:22 by ross] document deprecation --- Data/Queue.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data/Queue.hs b/Data/Queue.hs index ab0dafe..55abe39 100644 --- a/Data/Queue.hs +++ b/Data/Queue.hs @@ -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. -- 1.7.10.4