Temporarily disable examples until #264 is fixed

This commit is contained in:
Asumu Takikawa 2015-12-12 17:48:46 -05:00
parent 8791bdcdfc
commit b4489012a7

View File

@ -675,6 +675,7 @@ 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)
@ -692,7 +693,7 @@ but provides additional annotations to assist the typechecker.
(code:comment "the function cannot be passed an argument")
(λ (f) (f 3))))
(require 'untyped)
]
]}
}
@defform[(#%module-begin form ...)]{