From 2763ecd0c5a433e001248851eb0c39b810e9593c Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 29 Apr 2016 16:22:37 -0400 Subject: [PATCH] Restore doc examples that broke in 6.2 Closes issue #264 --- .../typed-racket/scribblings/reference/special-forms.scrbl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl b/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl index d4395af1..a01a60d3 100644 --- a/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl +++ b/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl @@ -691,7 +691,6 @@ but provides additional annotations to assist the typechecker. prompt tag. If the wrapped value is used in untyped code, a contract error will be raised. - @;{ @ex[ (module typed typed/racket (provide do-abort) @@ -708,8 +707,8 @@ but provides additional annotations to assist the typechecker. (default-continuation-prompt-tag) (code:comment "the function cannot be passed an argument") (λ (f) (f 3)))) - (require 'untyped) - ]} + (eval:error (require 'untyped)) + ] } @defform[(#%module-begin form ...)]{