[rebuttal] fix footnote typo

This commit is contained in:
Ben Greenman 2016-05-03 05:49:55 -04:00
parent f880e95528
commit befb2f4be4

View File

@ -56,7 +56,7 @@ This pearl describes a low-complexity, annotation-free (@Secref{sec:experience})
technique for detecting technique for detecting
value errors and expressing polymorphism over values. value errors and expressing polymorphism over values.
The key is to run a @emph{textualist}@note{A textualist interprets laws by The key is to run a @emph{textualist}@note{A textualist interprets laws by
reading exactly the words on the page rather that by guessing the words' intended meaning.} reading exactly the words on the page rather than by guessing the words' intended meaning.}
elaboration over programs before type-checking and propagate value information elaboration over programs before type-checking and propagate value information
evident from the program syntax to the type checker. evident from the program syntax to the type checker.
In terms of the first example in this section, our elaborator infers that the In terms of the first example in this section, our elaborator infers that the
@ -79,8 +79,8 @@ Nevertheless, Typed Clojure@~cite[clojure-macros],
For a sense of the practical use-cases we envision, consider the function For a sense of the practical use-cases we envision, consider the function
@racket[regexp-match], which matches a regular expression pattern against @racket[regexp-match], which matches a regular expression pattern against
a string and returns either a list of matched substrings or @racket[#false] a string and returns either a list of matched substrings
if the match failed. or @racket[#false] if the match failed.
@racketblock[ @racketblock[
> (regexp-match #rx"(.*) v\\. (.*)," > (regexp-match #rx"(.*) v\\. (.*),"