Documentation title
This commit is contained in:
parent
f557b5b36a
commit
a3c17619b9
|
@ -2,9 +2,6 @@
|
|||
@require[scribble/example
|
||||
@for-label[typed-map]]
|
||||
|
||||
@title{typed-map}
|
||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
||||
|
||||
@(module orig racket/base
|
||||
(require scribble/manual
|
||||
(for-label racket/base))
|
||||
|
@ -14,6 +11,9 @@
|
|||
(define orig:foldr @racket[foldr]))
|
||||
@(require 'orig)
|
||||
|
||||
@title{Type inference helper for @orig:map}
|
||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
||||
|
||||
@defmodule[typed-map]
|
||||
|
||||
@defproc[#:kind "syntax"
|
||||
|
|
Loading…
Reference in New Issue
Block a user