More info in internal errors.
Fix substitution in nested ... case. original commit: 61cefef89c8120ffc46d9cc9095637d8337c924e
This commit is contained in:
parent
6fac649e7a
commit
bbb3e251f8
|
@ -40,7 +40,8 @@
|
|||
[#:arr dom rng rest drest thn-eff els-eff
|
||||
(begin
|
||||
(when (and (pair? drest)
|
||||
(eq? name (cdr drest)))
|
||||
(eq? name (cdr drest))
|
||||
(just-Dotted? name))
|
||||
(int-err "substitute used on ... variable ~a in type ~a" name target))
|
||||
(make-arr (map sb dom)
|
||||
(sb rng)
|
||||
|
|
Loading…
Reference in New Issue
Block a user