From 9b5ca46da57a06378847ae7b746a8c7040fef54a Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 22 Dec 2010 14:25:27 -0500 Subject: [PATCH] minor citation fix --- collects/scribblings/reference/control-lib.scrbl | 2 +- collects/scribblings/reference/reference.scrbl | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/control-lib.scrbl b/collects/scribblings/reference/control-lib.scrbl index c748d289c4..db1279297d 100644 --- a/collects/scribblings/reference/control-lib.scrbl +++ b/collects/scribblings/reference/control-lib.scrbl @@ -79,7 +79,7 @@ When @scheme[handler-expr] is omitted, @scheme[%] is the same as )]{ Among the earliest operators for higher-order control -@cite["Felleisen88" "Sitaram90"]. +@cite["Felleisen88a" "Felleisen88" "Sitaram90"]. The essential reduction rules are: @schemeblock[ diff --git a/collects/scribblings/reference/reference.scrbl b/collects/scribblings/reference/reference.scrbl index 42880b257d..4c0b65c8db 100644 --- a/collects/scribblings/reference/reference.scrbl +++ b/collects/scribblings/reference/reference.scrbl @@ -87,6 +87,12 @@ The @racketmodname[racket] library combines #:location "LISP and Functional Programming" #: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" #:author "Matthias Felleisen, Mitch Wand, Dan Friedman, and Bruce Duba" #: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/") (bib-entry #:key "Sitaram90" - #:author "Dorai Sitaram" + #:author "Dorai Sitaram and Matthias Felleisen" #:title "Control Delimiters and Their Hierarchies" #:location @italic{Lisp and Symbolic Computation} #:date "1990")