Files
loop/src/Dodge/DepthFirst.hs
T

6 lines
101 B
Haskell

module Dodge.DepthFirst
where
--dfs :: (a -> Bool) -> (a -> [a]) -> a -> Maybe a
--dfs cond f x