| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Monad.AStar.Class
Synopsis
- class MonadAStar w r m | m -> r, m -> w where
- branch :: m a -> m a -> m a
- updateCost :: w -> m ()
- done :: r -> m a
Documentation
class MonadAStar w r m | m -> r, m -> w where Source #
A class which represents the ability to do A* search.