package choice
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Monadic combinators for enumerating alternatives.
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.3.tar.gz
sha256=3bbb68622ce9471fbaaa8f647b0fa0f224e1d0edeb0ed99b143fcd84cbbfc7e8
md5=022db6b3d1afc27e4bb76e049c852042
Description
The library provides combinators to branch and test through alternatives, with fair strategies and restricted pruning of the search tree. It is written in a continuation-passing style, from the paper at http://www.cs.rutgers.edu/~ccshan/logicprog/LogicT-icfp2005.pdf .
Added to opam-repository:
Dependencies (3)
-
ocamlbuild
build -
ocamlfind
build - ocaml
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page