racket/collects/net/tcp-unit.rkt
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

7 lines
119 B
Racket

#lang racket/base
(provide tcp@)
(require racket/unit racket/tcp "tcp-sig.rkt")
(define-unit-from-context tcp@ tcp^)