@hackage ad-delcont0.2.0.0

Reverse-mode automatic differentiation with delimited continuations

Reverse-mode automatic differentiation using delimited continuations (shift/reset), inspired by the papers

The package exposes a small and easily extensible user interface to automatic differentiation combinators. It also manages to be very lightweight, as it only depends on base and transformers.

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