add missing ->i well-formedness check
This commit is contained in:
parent
0beee9cd6a
commit
657cda6e12
|
@ -142,6 +142,7 @@ code does the parsing and validation of the syntax.
|
||||||
;; no dups in the rest var
|
;; no dups in the rest var
|
||||||
(when (istx-rst istx)
|
(when (istx-rst istx)
|
||||||
(when (arg/res-vars (istx-rst istx))
|
(when (arg/res-vars (istx-rst istx))
|
||||||
|
(ensure-bound (arg/res-vars (istx-rst istx)))
|
||||||
(not-range-bound (arg/res-vars (istx-rst istx)) #t))
|
(not-range-bound (arg/res-vars (istx-rst istx)) #t))
|
||||||
(no-var-dups (arg/res-var (istx-rst istx))))
|
(no-var-dups (arg/res-var (istx-rst istx))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user