Add back ignore-some typechecking

original commit: 8545f421abfe3e4fb689e12d19ec05b109660e5b
This commit is contained in:
Eric Dobson 2012-08-08 20:48:14 -07:00 committed by Sam Tobin-Hochstadt
parent 20da55c55d
commit 8086da4e7e

View File

@ -186,6 +186,11 @@
(syntax-property form 'typechecker:ignore)
(void)]
;; this is a form that we mostly ignore, but we check some interior parts
[stx
(syntax-property form 'typechecker:ignore-some)
(check-subforms/ignore form)]
;; these forms should always be ignored
[(#%require . _) (void)]
[(#%provide . _) (void)]