aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/lazy_evaluation.md
diff options
context:
space:
mode:
authorEduardo Julian2021-10-22 00:54:07 -0400
committerEduardo Julian2021-10-22 00:54:07 -0400
commit5b50e2ed51c37f959a06923c8d7dfd99f0c926e4 (patch)
tree288f71d7e41e17ba1e65085606bc2c0af30cab28 /documentation/bookmark/lazy_evaluation.md
parentc9d6d6295db5c7a1cf1966cd194f1a045be5c6cb (diff)
FIXED analysis extensions got reset and new ones would be unavailable.
Diffstat (limited to 'documentation/bookmark/lazy_evaluation.md')
-rw-r--r--documentation/bookmark/lazy_evaluation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/lazy_evaluation.md b/documentation/bookmark/lazy_evaluation.md
index e20487b81..8e9a785fd 100644
--- a/documentation/bookmark/lazy_evaluation.md
+++ b/documentation/bookmark/lazy_evaluation.md
@@ -1,4 +1,5 @@
# Reference
+1. [Promises Are Made to Be Broken: Migrating R to Strict Semantics](http://aviral.io/static/pdfs/promises-are-made-to-be-broken.pdf)
1. [Call-by-Need Is Clairvoyant Call-by-Value](http://www.cs.nott.ac.uk/~pszgmh/clairvoyant.pdf)