@hackage ad-delcont0.3.0.0

Reverse-mode automatic differentiation with delimited continuations

Reverse-mode automatic differentiation using delimited continuations (shift/reset). The package exposes a small and easily extensible user interface to automatic differentiation combinators. It's also lightweight as a dependency, since it only requires base and transformers.

To use the library, import Numeric.AD.DelCont, which also contains all documentation.

Blog post : http://ocramz.github.io/haskell/automatic-differentiation/2021/07/19/ad-delcont.html

References :