From acc2f7f62a764096285b5dfcd6edd7101a657954 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Jan 2014 17:33:38 -0400 Subject: comment --- Utility/TList.hs | 3 +++ 1 file changed, 3 insertions(+) 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 -} -- cgit v1.2.3