summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.