fixed typo

This commit is contained in:
wadler 2018-06-24 21:21:49 -03:00
parent 3c1ab864d1
commit b74b24d0ef

View file

@ -857,7 +857,7 @@ the other variables. For example,
* `` ∅ , "x" : ` ⇒ ` , "x" : ` ∋ "x" ⦂ `
Here ` "x" ⦂ ` ⇒ ` ` is shadowed by ` "x" ⦂ ` `.
Here `` "x" ⦂ ` ⇒ ` `` is shadowed by `` "x" ⦂ ` ``.
Lookup is formalised as follows.
\begin{code}