Reorganise rule table extends dependencies in blExt

Mainly, avoid extending TypeOf by ConversionMain (unnecessary dependency).
It's also more logical structure: tables defining declarations go first, then typeOf-related.
So rule tables which require only decls can depend only on such tables.

Core tables extends relationship now:
TypeBound <- CheckAll <- Generics <- TypeOf
TypeBound <- ConversionMain [<- other langs' conversions]
This commit is contained in:
Grigorii Kirgizov 2020-05-05 13:47:52 +03:00
parent 66d2896fff
commit c388aa25b6
1 changed files with 705 additions and 804 deletions