A few changes to the typed syntax types
This commit is contained in:
parent
ee8e7dd7cc
commit
5cc39371b8
2
IDEA
Normal file
2
IDEA
Normal file
|
@ -0,0 +1,2 @@
|
|||
IDEA: to reduce the problem of "fake" immutable vectors etc. leaking out into the generated code, also change the representation of syntax objects. That way, errors will be caught really fast if anythin leaks.
|
||||
Though this could also cause errors of its own in other places :-(
|
|
@ -13,6 +13,7 @@
|
|||
ISyntaxOf-E
|
||||
ISyntax/Non
|
||||
ISyntax/Non-E
|
||||
ISyntax/Non-Stx
|
||||
any->isyntax/non
|
||||
syntax->isyntax/non
|
||||
any->isyntax/non-e
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
ISyntax-E
|
||||
ISyntax/Non
|
||||
ISyntax/Non-E
|
||||
ISyntax/Non-Stx
|
||||
any->isyntax/non
|
||||
syntax->isyntax/non
|
||||
any->isyntax/non-e
|
||||
|
@ -72,6 +73,7 @@
|
|||
|
||||
(define-type ISyntax/Non (ISyntaxOf (NonSyntaxOf Any) (NonSexpOf Any)))
|
||||
(define-type ISyntax/Non-E (ISyntaxOf-E (NonSyntaxOf Any) (NonSexpOf Any)))
|
||||
(define-type ISyntax/Non-Stx (Syntaxof ISyntax/Non-E))
|
||||
|
||||
(define-type ISyntax (ISyntaxOf Nothing Nothing))
|
||||
(define-type ISyntax-E (ISyntaxOf-E Nothing Nothing))
|
||||
|
|
Loading…
Reference in New Issue
Block a user