Skip to content

Commit

Permalink
Remove redundant and confusing definition
Browse files Browse the repository at this point in the history
Closes #58
  • Loading branch information
matijapretnar committed Jul 30, 2018
1 parent 64437c4 commit 4c6bc57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/try/examples/nondeterminism.eff
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ let rec place x qs =
let y = choose (available x qs) in
place (x + 1) ((x, y) :: qs)

let backtrack = handler
| effect Decide k ->
handle continue k true with
| effect Fail _ -> k false
;;

with backtrack handle
Expand Down

0 comments on commit 4c6bc57

Please sign in to comment.