Last sync before this goes live.
svn: r13184
This commit is contained in:
commit
3c9cef3d82
|
@ -199,3 +199,7 @@ For example, this remaps the key combination ``control-a'' key to ``!''.
|
|||
s-exp framework/keybinding-lang
|
||||
(keybinding "c:a" (λ (editor evt) (send editor insert "!")))
|
||||
]
|
||||
|
||||
Note that DrScheme does not reload this file automatically when you
|
||||
make a change, so you'll need to restart DrScheme to see changes to
|
||||
the file.
|
||||
|
|
|
@ -126,7 +126,7 @@ is the same as a nested series of single-parameter @scheme[parameterize]
|
|||
forms.}
|
||||
|
||||
|
||||
@defproc[(make-derived-parameter [v any/c]
|
||||
@defproc[(make-derived-parameter [parameter parameter?]
|
||||
[guard (any/c . -> . any)]
|
||||
[wrap (any/c . -> . any)])
|
||||
parameter?]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user