HtDP lang doc repairs
svn: r15203
This commit is contained in:
parent
a06c6b38aa
commit
81f9622b58
|
@ -365,14 +365,14 @@
|
|||
(string-length (string -> nat)
|
||||
"to determine the length of a string")
|
||||
|
||||
((beginner-string-ith string-ith) (string -> string)
|
||||
((beginner-string-ith string-ith) (string nat -> string)
|
||||
"to extract the ith 1-letter substring from the given one")
|
||||
((beginner-replicate replicate) (string nat -> string)
|
||||
"to replicate the given string")
|
||||
((beginner-int->string int->string) (integer -> string)
|
||||
"to convert an integer in [0,55295] or [57344 1114111] to a 1-letter string")
|
||||
((beginner-string->int string->int) (string -> integer)
|
||||
"to convert a 1-letter string to an integer in [0,55295] or [57344 1114111]")
|
||||
"to convert a 1-letter string to an integer in [0,55295] or [57344, 1114111]")
|
||||
((beginner-explode explode) (string -> (listof string))
|
||||
"to translate a string into a list of 1-letter strings")
|
||||
((beginner-implode implode) ((listof string) -> string)
|
||||
|
|
|
@ -83,9 +83,8 @@
|
|||
empty
|
||||
(code:line id (code:comment @#,seclink["intermediate-id"]{identifier}))
|
||||
(code:line prim-op (code:comment @#,seclink["intermediate-lambda-prim-op"]{primitive operation}))
|
||||
'id
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[_quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[_quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
number
|
||||
true
|
||||
false
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
(or expr expr expr ...)
|
||||
empty
|
||||
id
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[_quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[_quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
number
|
||||
true
|
||||
false
|
||||
|
|
|
@ -62,9 +62,8 @@
|
|||
empty
|
||||
(code:line id (code:comment @#,seclink["intermediate-id"]{identifier}))
|
||||
(code:line prim-op (code:comment @#,seclink["intermediate-lambda-prim-op"]{primitive operation}))
|
||||
'id
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[_quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[_quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
number
|
||||
true
|
||||
false
|
||||
|
|
|
@ -49,9 +49,8 @@
|
|||
empty
|
||||
(code:line id (code:comment @#,seclink["intermediate-id"]{identifier}))
|
||||
(code:line prim-op (code:comment @#,seclink["intermediate-prim-op"]{primitive operation}))
|
||||
'id
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
(code:line @#,elem{@schemevalfont{'}@scheme[_quoted]} (code:comment @#,seclink["beginner-abbr-quote"]{quoted value}))
|
||||
(code:line @#,elem{@schemevalfont{`}@scheme[_quasiquoted]} (code:comment @#,seclink["beginner-abbr-quasiquote"]{quasiquote}))
|
||||
number
|
||||
true
|
||||
false
|
||||
|
|
Loading…
Reference in New Issue
Block a user