X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FQueue.hs;h=55abe3926e9eaccb6dd87b1288dbaf177341936b;hb=610e39d7f87571e5ed1c1733c910c381be4f6125;hp=ab0dafeba7c9b1ed8818889159858ea0794e3d97;hpb=b875ec7b3b799bf19841ca1adf23f6d3e8b3a8f6;p=ghc-base.git 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.