Sha256: b9bedd31c02fc891447e96b8e97a8fef33e2f7d6780c460750c53c55c62b84d9
Contents?: true
Size: 318 Bytes
Versions: 271
Compression:
Stored size: 318 Bytes
Contents
module POV (fromPOV, tracePathBetween) where import Data.Tree (Tree) fromPOV :: Eq a => a -> Tree a -> Maybe (Tree a) fromPOV x tree = error "You need to implement this function." tracePathBetween :: Eq a => a -> a -> Tree a -> Maybe [a] tracePathBetween from to tree = error "You need to implement this function."
Version data entries
271 entries across 271 versions & 1 rubygems