The Art of the Propagator. See also:
Go to file
2022-11-22 01:51:25 +01:00
.github/workflows Add GHA build 2022-11-19 15:58:12 -05:00
src/Data it build! 2018-09-06 01:08:15 -07:00
.gitignore it build! 2018-09-06 01:08:15 -07:00
CHANGELOG.markdown add CHANGELOG and README 2015-09-21 05:08:40 -04:00
LICENSE grow this thing up into a real project 2015-09-19 23:49:40 -04:00
propagators.cabal Add GHA build 2022-11-19 15:58:12 -05:00
README.markdown Add GHA build 2022-11-19 15:58:12 -05:00
Setup.hs it build! 2018-09-06 01:08:15 -07:00
stack.yaml it build! 2018-09-06 01:08:15 -07:00

propagators

Hackage Build Status

Propagators propagate increases in information from cell to cell.

They are described (using Scheme) in Alexey Radul and Gerald Sussman's "The Art of the Propagator" as well as in Alexey Radul's thesis on Propagation Networks.

This package explores design options for propagators in Haskell. The primary innovation here (beyond the published work) is the use of observable sharing to let us take a more direct form of programming and transform it back and forth to the propagator style.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett