diff --git a/Utility/TList.hs b/Utility/TList.hs index e4bb95498d..4b91b767fa 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 -}