[rebuttal] typo: meant to use ~s
This commit is contained in:
parent
25be781ef5
commit
f880e95528
|
@ -108,7 +108,7 @@ For all other syntax patterns, we perform the identity elaboration.
|
||||||
\vspace{-4mm}
|
\vspace{-4mm}
|
||||||
}|
|
}|
|
||||||
@racketblock[
|
@racketblock[
|
||||||
> ⟦(printf "~a")⟧
|
> ⟦(printf "~s")⟧
|
||||||
==> ⊥
|
==> ⊥
|
||||||
> ⟦(printf "~b" 2)⟧
|
> ⟦(printf "~b" 2)⟧
|
||||||
==> (printf "~b" (2 :: Integer))
|
==> (printf "~b" (2 :: Integer))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user