racket/collects/syntax/scribblings/zodiac.scrbl
Matthew Flatt f6c4108af1 syntax collection scribbled
svn: r8670
2008-02-15 13:29:35 +00:00

14 lines
402 B
Racket

#lang scribble/doc
@(require "common.ss"
(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.ss} for details. New software should not use this
compatibility layer.