racket/collects/syntax/scribblings/zodiac.scrbl
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

12 lines
393 B
Racket

#lang scribble/doc
@(require "common.rkt" (for-label syntax/zodiac))
@title[#:tag "zodiac"]{Legacy Zodiac Interface}
@defmodule*[(syntax/zodiac syntax/zodiac-unit syntax/zodiac-sig)]
The interface is similar to Zodiac---enough to be useful for
porting---but different in many ways. See the source
@filepath{zodiac-sig.rkt} for details. New software should not use this
compatibility layer.