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