aboutsummaryrefslogtreecommitdiff
path: root/ch09/ControlledVisit.hs
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2023-09-27 15:59:19 +0200
committerJan Sucan <jan@jansucan.com>2023-09-27 15:59:19 +0200
commit1bb8a1fb9a13840f96fd395093ae1a8694917ac3 (patch)
treeaa8a68a308c7278507b93a74df8179202a0cd7a8 /ch09/ControlledVisit.hs
parent5d47dc25454d0e2e9472aedd7b66099821e6658c (diff)
9_b_4: Add solution
Diffstat (limited to 'ch09/ControlledVisit.hs')
-rw-r--r--ch09/ControlledVisit.hs1
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