mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghc-psqueues: Tweak description.
Fix Emacs' syntax highlighting, which got confused by the leading ‘(’. * gnu/packages/haskell.scm (ghc-psqueues)[description]: Slightly adjust.
This commit is contained in:
parent
45a608ddc7
commit
a5f89a6333
1 changed files with 2 additions and 2 deletions
|
@ -7096,8 +7096,8 @@ (define-public ghc-psqueues
|
|||
|
||||
@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
|
||||
|
|
Loading…
Reference in a new issue