15 lines
240 B
Racket
15 lines
240 B
Racket
#lang scribble/doc
|
|
@(require scribble/base
|
|
scribble/manual
|
|
"utils.rkt")
|
|
|
|
@title[#:tag "net" #:style 'toc]{Net}
|
|
|
|
@defmodule[unstable/net]
|
|
|
|
@unstable-header[]
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["net/url.scrbl"]
|