summaryrefslogtreecommitdiff
path: root/src/search.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.sml')
-rw-r--r--src/search.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.sml b/src/search.sml
index 50904bba..6b78e9b2 100644
--- a/src/search.sml
+++ b/src/search.sml
@@ -62,7 +62,7 @@ fun bind2 (r, f) acc =
fun bindP (r, f) =
case r of
Continue ((x, pos), acc) =>
- map (f (x, acc),
+ map (f x acc,
fn (x', acc') =>
((x', pos), acc'))
| Return x => Return x