Cleaning up exports.
[8sync.git] / 8sync / actors.scm
index 9e249cdd987db42fe3c721d9b886b516ab08c33f..fe8b832a23773cff38c9eb659e9bc1a5af2194d9 100644 (file)
             ;;; Commenting out the <address> type for now;
             ;;; it may be back when we have better serializers
             ;; <address>
-            make-address address?
+            make-address
             address-actor-id address-hive-id
 
-            actor-init! actor-cleanup!
-
             address->string
             actor-id-actor
             actor-id-hive
             actor-id-string
 
+            actor-init! actor-cleanup!
+
             actor-alive?
 
             build-actions
@@ -75,8 +75,6 @@
             message-id message-body message-in-reply-to
             message-wants-reply
 
-            message-auto-reply?
-
             <- <-wait
 
             spawn-hive run-hive))