aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-02-19 22:53:02 +0100
committerTom Smeding <tom@tomsmeding.com>2025-02-19 22:53:02 +0100
commit011bda94ea9ab0bdb43751d8d19963beb5a887a0 (patch)
treefd9dc640c8902ca53c741392b46beb7138f659fa /README.md
Initial
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..59d4f51
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+Simple dual-numbers reverse AD in the style of the algorithm underlying
+https://hackage.haskell.org/package/ad, and strongly inspired by the final
+taping version of https://arxiv.org/abs/2207.03418 .