From: ross Date: Fri, 29 Jul 2005 17:17:22 +0000 (+0000) Subject: [project @ 2005-07-29 17:17:22 by ross] X-Git-Tag: cmm-merge2~34 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=610e39d7f87571e5ed1c1733c910c381be4f6125;p=ghc-base.git [project @ 2005-07-29 17:17:22 by ross] document deprecation --- 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.