Document typed-scheme/no-check
svn: r14465 original commit: 95988f86a2c60eed0edfd4710b9064ea035efb62
This commit is contained in:
parent
ac03c56716
commit
d946fc3b79
|
@ -294,3 +294,18 @@ Other libraries can be used with Typed Scheme via
|
|||
[check-version (-> (U Symbol (Listof Any)))])
|
||||
(check-version)
|
||||
]
|
||||
|
||||
@section{Typed Scheme Syntax Without Type Checking}
|
||||
|
||||
@defmodulelang[typed-scheme/no-check]
|
||||
|
||||
On occasions where the Typed Scheme syntax is useful, but actual
|
||||
typechecking is not desired, the @schememodname[typed-scheme/no-check]
|
||||
language is useful. It provides the same bindings and syntax as Typed
|
||||
Scheme, but does no type checking.
|
||||
|
||||
Examples:
|
||||
|
||||
@schememod[typed-scheme/no-check
|
||||
(: x Number)
|
||||
(define x "not-a-number")]
|
Loading…
Reference in New Issue
Block a user