diff --git a/os2.rkt b/os2.rkt index 5c7b67e..f6cb4a0 100644 --- a/os2.rkt +++ b/os2.rkt @@ -36,6 +36,18 @@ (struct-out at-meta-level) + ;; Aliases of structures themselves, because of shadowing of + ;; constructors/type-names. + (rename-out [topic ]) + (rename-out [handlers ]) + (rename-out [transition ]) + (rename-out [add-role ]) + (rename-out [delete-role ]) + (rename-out [send-message ]) + (rename-out [spawn ]) + (rename-out [kill ]) + (rename-out [at-meta-level ]) + ;; Reexports from unify.rkt for convenience wild wild?