added todo

This commit is contained in:
pca006132 2020-12-30 15:35:49 +08:00
parent 50ffded020
commit b87a88b68c
1 changed files with 21 additions and 0 deletions

21
todo.txt Normal file
View File

@ -0,0 +1,21 @@
Errors:
- Not supported
- Only * is supported
- Expected * in *, but got *
- Divergent type in (construct), (location 1), (location 2)
- Unknown field
- Unbounded variable
- Different variable
- Different domain
- * is not subclass of *
- Type not equal
- Incorrect number of parameters
GlobalContext:
- Separate from typedefs
- Primitive Type Instance List
- Symbol Table (readable, ever defined)
- TypeVar definition stack
- Provide subst, inv_subst, blablabla
- Cache type var method lookup (dropped when related assumptions are changed)