Get documentation building again.

This commit is contained in:
Tony Garnock-Jones 2013-06-10 18:27:40 -04:00
parent ba4ccd5896
commit 640f395bec
2 changed files with 16 additions and 7 deletions

View File

@ -2,10 +2,6 @@
@require[racket/include]
@include{prelude.inc}
@require[(for-label (except-in marketplace/sugar-untyped transition/no-state)
(only-in marketplace/drivers/tcp-bare tcp)
(except-in marketplace/sugar-typed ?))]
@title[#:tag "high-level-interface"]{High-level interface}
@declare-exporting[#:use-sources (marketplace/sugar-values

View File

@ -11,9 +11,22 @@
(for-syntax racket)
(for-label typed/racket/base))
(require (for-label (except-in marketplace/sugar-untyped transition/no-state)
(only-in marketplace/drivers/tcp-bare tcp)
(except-in marketplace/sugar-typed ?)))
(require (for-label (only-in marketplace/drivers/tcp-bare tcp)
(except-in marketplace/sugar-untyped
name-endpoint
name-process
transition/no-state)
(except-in marketplace/sugar-typed
?
let-fresh
match-state
match-orientation
match-conversation
match-interest-type
match-reason
on-presence
on-absence
on-message)))
;; TODO: make it display "=" instead of ":" connecting the defined
;; type to the definition.