~ruther/guix-local

a5f89a633357e7e1da05a6d3300f24286865272c — Tobias Geerinckx-Rice 8 years ago 45a608d
gnu: ghc-psqueues: Tweak description.

Fix Emacs' syntax highlighting, which got confused by the leading ‘(’.

* gnu/packages/haskell.scm (ghc-psqueues)[description]: Slightly adjust.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -2
@@ 7096,8 7096,8 @@ different API.

@item @code{IntPSQ p v} is a far more efficient implementation.  It fixes the
key type to @code{Int} and uses a
@code{http://en.wikipedia.org/wiki/Radix_tree, radix tree}
(like @code{IntMap}) with an additional min-heap property.
@code{http://en.wikipedia.org/wiki/Radix_tree, radix tree} (like @code{IntMap})
with an additional min-heap property.

@item @code{HashPSQ k p v} is a fairly straightforward extension
of @code{IntPSQ}: it simply uses the keys' hashes as indices in the