summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-02 22:09:52 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-02 22:09:52 +0200
commit203431863570652f859ba4fe76dda5a5ea8ccac3 (patch)
tree8bba28aee963dff68d847d5ab2edf949e98aeacf /readme.org
parentaf487fe8cb2d7732283971a416d015234e8f71cc (diff)
Extra finding
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.org b/readme.org
index 97f5511..936550a 100644
--- a/readme.org
+++ b/readme.org
@@ -17,3 +17,5 @@ program should only be pure expressions.
things difficult. Eg, doing part 1 and 2 together.
- Using "new type" structs can be a pain. derive_more crate made most
of that pain go away.
+- With immutable types, 'reset the machine to try again' type
+ constraints were handled for free.