actors: Remove nesting of actions in define-simple-actor.
[8sync.git] / 8sync / systems / actors.scm
index 87d29ec1b036b4fabae320b840a9866e86e5010d..ce55597bf912aa001282e65cbac055c872a7b991 100644 (file)
@@ -349,7 +349,7 @@ more compact following syntax:
      (simple-dispatcher
       (list (%expand-action-item action-item) ...)))))
 
-(define-syntax-rule (define-simple-actor class (actions ...))
+(define-syntax-rule (define-simple-actor class actions ...)
   (define-class class (<actor>)
     (message-handler
      #:init-value (make-action-dispatch actions ...)