minor citation fix
This commit is contained in:
parent
a509fc28fe
commit
9b5ca46da5
|
@ -79,7 +79,7 @@ When @scheme[handler-expr] is omitted, @scheme[%] is the same as
|
||||||
)]{
|
)]{
|
||||||
|
|
||||||
Among the earliest operators for higher-order control
|
Among the earliest operators for higher-order control
|
||||||
@cite["Felleisen88" "Sitaram90"].
|
@cite["Felleisen88a" "Felleisen88" "Sitaram90"].
|
||||||
|
|
||||||
The essential reduction rules are:
|
The essential reduction rules are:
|
||||||
@schemeblock[
|
@schemeblock[
|
||||||
|
|
|
@ -87,6 +87,12 @@ The @racketmodname[racket] library combines
|
||||||
#:location "LISP and Functional Programming"
|
#:location "LISP and Functional Programming"
|
||||||
#:date "1990")
|
#:date "1990")
|
||||||
|
|
||||||
|
(bib-entry #:key "Felleisen88a"
|
||||||
|
#:author "Matthias Felleisen"
|
||||||
|
#:title "The theory and practice of first-class prompts"
|
||||||
|
#:location "Principles of Programming Languages"
|
||||||
|
#:date "1988")
|
||||||
|
|
||||||
(bib-entry #:key "Felleisen88"
|
(bib-entry #:key "Felleisen88"
|
||||||
#:author "Matthias Felleisen, Mitch Wand, Dan Friedman, and Bruce Duba"
|
#:author "Matthias Felleisen, Mitch Wand, Dan Friedman, and Bruce Duba"
|
||||||
#:title "Abstract Continuations: A Mathematical Semantics for Handling Full Functional Jumps"
|
#:title "Abstract Continuations: A Mathematical Semantics for Handling Full Functional Jumps"
|
||||||
|
@ -149,7 +155,7 @@ The @racketmodname[racket] library combines
|
||||||
#:url "http://www.r6rs.org/")
|
#:url "http://www.r6rs.org/")
|
||||||
|
|
||||||
(bib-entry #:key "Sitaram90"
|
(bib-entry #:key "Sitaram90"
|
||||||
#:author "Dorai Sitaram"
|
#:author "Dorai Sitaram and Matthias Felleisen"
|
||||||
#:title "Control Delimiters and Their Hierarchies"
|
#:title "Control Delimiters and Their Hierarchies"
|
||||||
#:location @italic{Lisp and Symbolic Computation}
|
#:location @italic{Lisp and Symbolic Computation}
|
||||||
#:date "1990")
|
#:date "1990")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user