diff --git a/icfp-2016/usage.scrbl b/icfp-2016/usage.scrbl index 7471651..d29a999 100644 --- a/icfp-2016/usage.scrbl +++ b/icfp-2016/usage.scrbl @@ -108,7 +108,7 @@ For all other syntax patterns, we perform the identity elaboration. \vspace{-4mm} }| @racketblock[ -> ⟦(printf "~a")⟧ +> ⟦(printf "~s")⟧ ==> ⊥ > ⟦(printf "~b" 2)⟧ ==> (printf "~b" (2 :: Integer))