From d6c0241c576f885d80426400f8f7fda8ab5f527a Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 27 Apr 2018 18:23:34 +0100 Subject: [PATCH] Cosmetic notes --- syndicate/syntax.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syndicate/syntax.rkt b/syndicate/syntax.rkt index 5a35026..d917504 100644 --- a/syndicate/syntax.rkt +++ b/syndicate/syntax.rkt @@ -591,6 +591,8 @@ (current-actor) #;(lambda () + ;; See .../syndicate/examples/actor/example-during-criterion-shapshotting.rkt + (struct foo (x y) #:prefab) (spawn (field [x 123])