Reorganize TR docs directory.
This commit is contained in:
parent
b835e8a75b
commit
589f42feb1
|
@ -1,7 +1,7 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@begin[(require (for-label (only-meta-in 0 typed/racket)) scribble/eval
|
@begin[(require (for-label (only-meta-in 0 typed/racket)) scribble/eval
|
||||||
"utils.rkt" (only-in "quick.scrbl" typed-mod))]
|
"../utils.rkt" (only-in "quick.scrbl" typed-mod))]
|
||||||
|
|
||||||
@(define the-eval (make-base-eval))
|
@(define the-eval (make-base-eval))
|
||||||
@(the-eval '(require typed/racket))
|
@(the-eval '(require typed/racket))
|
|
@ -1,6 +1,6 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@begin[(require "utils.rkt"
|
@begin[(require "../utils.rkt"
|
||||||
scribble/core scribble/eval
|
scribble/core scribble/eval
|
||||||
(for-label (only-meta-in 0 typed/racket)
|
(for-label (only-meta-in 0 typed/racket)
|
||||||
(only-in mzlib/etc let+)))]
|
(only-in mzlib/etc let+)))]
|
|
@ -1,7 +1,7 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@begin[(require (for-label (only-meta-in 0 typed/racket)) scribble/eval
|
@begin[(require (for-label (only-meta-in 0 typed/racket)) scribble/eval
|
||||||
"utils.rkt" (only-in "quick.scrbl" typed-mod))]
|
"../utils.rkt" (only-in "quick.scrbl" typed-mod))]
|
||||||
|
|
||||||
@(define the-eval (make-base-eval))
|
@(define the-eval (make-base-eval))
|
||||||
@(the-eval '(require typed/racket))
|
@(the-eval '(require typed/racket))
|
|
@ -1,6 +1,6 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@(require "utils.rkt" (for-label (only-meta-in 0 typed/racket)))
|
@(require "../utils.rkt" (for-label (only-meta-in 0 typed/racket)))
|
||||||
@(provide typed-mod)
|
@(provide typed-mod)
|
||||||
|
|
||||||
@title[#:tag "quick"]{Quick Start}
|
@title[#:tag "quick"]{Quick Start}
|
|
@ -1,6 +1,6 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@begin[(require "utils.rkt"
|
@begin[(require "../utils.rkt"
|
||||||
scribble/core scribble/eval
|
scribble/core scribble/eval
|
||||||
(for-label (only-meta-in 0 typed/racket)))]
|
(for-label (only-meta-in 0 typed/racket)))]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@begin[(require "utils.rkt" (for-label typed/racket/base))]
|
@begin[(require "../utils.rkt" (for-label typed/racket/base))]
|
||||||
|
|
||||||
@title[#:tag "varargs"]{Variable-Arity Functions: Programming with Rest Arguments}
|
@title[#:tag "varargs"]{Variable-Arity Functions: Programming with Rest Arguments}
|
||||||
|
|
|
@ -16,11 +16,11 @@ with Racket. For an introduction to Racket, see the @(other-manual '(lib "scrib
|
||||||
|
|
||||||
@local-table-of-contents[]
|
@local-table-of-contents[]
|
||||||
|
|
||||||
@include-section["quick.scrbl"]
|
@include-section["guide/quick.scrbl"]
|
||||||
@include-section["begin.scrbl"]
|
@include-section["guide/begin.scrbl"]
|
||||||
@include-section["more.scrbl"]
|
@include-section["guide/more.scrbl"]
|
||||||
@include-section["types.scrbl"]
|
@include-section["guide/types.scrbl"]
|
||||||
@include-section["optimization.scrbl"]
|
@include-section["guide/optimization.scrbl"]
|
||||||
|
|
||||||
@;@section{How the Type System Works}
|
@;@section{How the Type System Works}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user