** nb: hard to do type-directed elaborations
This commit is contained in:
parent
4ab5ce5c95
commit
31ee1c8941
|
@ -9,3 +9,9 @@ Project Structure
|
||||||
- `*.rkt` Front-ends for specific libraries
|
- `*.rkt` Front-ends for specific libraries
|
||||||
- `*/` Front-ends for the no-colon versions of specific libraries, like `(require format/no-colon)`
|
- `*/` Front-ends for the no-colon versions of specific libraries, like `(require format/no-colon)`
|
||||||
|
|
||||||
|
|
||||||
|
Note: transformations do not have access to type information because Typed
|
||||||
|
Racket seems to keep type information in an external table.
|
||||||
|
|
||||||
|
Could try to import the table, but its probably not populated at the time.
|
||||||
|
If only types were stored as interned syntax properties!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user