Cleaning up exports.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 31 Jul 2017 16:54:12 +0000 (11:54 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Aug 2017 20:50:18 +0000 (15:50 -0500)
* 8sync/actors.scm: Clean up exports.

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))