restructure Raw to separate import directives

This commit is contained in:
2024-09-29 09:33:09 -07:00
parent 9087ee6490
commit fa7d803ebb
5 changed files with 30 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
I may be done with `U` - I keep typing `Type`.
- [ ] Generate some programs that do stuff
- [ ] import
- [x] import
- [ ] consider making meta application implicit in term, so its more readable when printed
- Currently we have explicit `App` surrounding `Meta` when inserting metas. Some people
leave that implicit for efficiency. I think it would also make printing more readable.
@@ -49,3 +49,5 @@ I may be done with `U` - I keep typing `Type`.
- [ ] records / copatterns
- [ ] Read Ulf Norell thesis