diff options
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/TList.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utility/TList.hs b/Utility/TList.hs index e4bb95498..4b91b767f 100644 --- a/Utility/TList.hs +++ b/Utility/TList.hs @@ -3,6 +3,9 @@ - Based on DLists, a transactional list can quickly and efficiently - have items inserted at either end, or a whole list appended to it. - + - Unlike a TQueue, the entire contents of a TList can be efficiently + - read without modifying it. + - - Copyright 2013 Joey Hess <joey@kitenet.net> -} |