pathfinding-0.1.0.0: pathfinding in grid and graphs

Safe HaskellSafe-Inferred
LanguageHaskell2010

PathFinding.Algorithm

Documentation

findPath :: (PathFinding carte, pos ~ Pos carte, Ord pos) => pos -> pos -> carte -> [pos] Source