guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/33: gnu: ghc-psqueues: Tweak description.


From: Tobias Geerinckx-Rice
Subject: 29/33: gnu: ghc-psqueues: Tweak description.
Date: Tue, 5 Dec 2017 10:38:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a5f89a633357e7e1da05a6d3300f24286865272c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 3 19:32:05 2017 +0100

    gnu: ghc-psqueues: Tweak description.
    
    Fix Emacs' syntax highlighting, which got confused by the leading ‘(’.
    
    * gnu/packages/haskell.scm (ghc-psqueues)[description]: Slightly adjust.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 68ad01b..1b07556 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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
address@hidden://en.wikipedia.org/wiki/Radix_tree, radix tree}
-(like @code{IntMap}) with an additional min-heap property.
address@hidden://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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]