diff options
Diffstat (limited to 'ch09/ControlledVisit.hs')
| -rw-r--r-- | ch09/ControlledVisit.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ch09/ControlledVisit.hs b/ch09/ControlledVisit.hs index 9793cdd..52f4e9a 100644 --- a/ch09/ControlledVisit.hs +++ b/ch09/ControlledVisit.hs @@ -4,6 +4,7 @@ module ControlledVisit , getInfo
, getUsefulContents
, isDirectory
+ , traverse'
) where
import Control.Exception
|
