We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dae324 commit 41e2eeeCopy full SHA for 41e2eee
src/Algorithm/Search.hs
@@ -5,7 +5,7 @@
5
-- | This module contains a collection of generalized graph search algorithms,
6
-- for when you don't want to explicitly represent your data as a graph. The
7
-- general idea is to provide these algorithms with a way of generating "next"
8
--- states, a way of generating associated information), a way of determining
+-- states, a way of generating associated information, a way of determining
9
-- when you have found a solution, and an initial state.
10
module Algorithm.Search (
11
-- * Searches
0 commit comments