aboutsummaryrefslogtreecommitdiff
path: root/Utility/TList.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-07 17:33:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-07 17:33:38 -0400
commitacc2f7f62a764096285b5dfcd6edd7101a657954 (patch)
tree3c450d5664f1bacba6cbf1227d9d0d52c9b8adc4 /Utility/TList.hs
parent05d95044cdf97d572ffcf601ea98561057d28f3e (diff)
comment
Diffstat (limited to 'Utility/TList.hs')
-rw-r--r--Utility/TList.hs3
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>
-}