33e542cb07
adaptation of the two-continuation implementation found in the paper "Backtracking, Interleaving, and Terminating Monad Transformers" available here: http://okmij.org/ftp/papers/LogicT.pdf. ok ajacoutot@
5 lines
255 B
Plaintext
5 lines
255 B
Plaintext
A continuation-based, backtracking, logic programming monad. An
|
|
adaptation of the two-continuation implementation found in the paper
|
|
"Backtracking, Interleaving, and Terminating Monad Transformers"
|
|
available here: http://okmij.org/ftp/papers/LogicT.pdf.
|