Closed developedby closed 1 year ago
Recent Kindex reorganization changed the name of many basic datatypes that the compiler expects to exist, either for checking/eval or for desugaring.
Things like List, String, U60, etc, were moved to a Data folder (Data.List, Data.String, etc) and the compiler needs to be updated to reflect that.
This is the main commit that changed it https://github.com/HigherOrderCO/Kindex/commit/64a84a17204de33c4fa0d803a3b4eab029684905
These changes require an update to HVM as well, done here https://github.com/HigherOrderCO/HVM/pull/249
Recent Kindex reorganization changed the name of many basic datatypes that the compiler expects to exist, either for checking/eval or for desugaring.
Things like List, String, U60, etc, were moved to a Data folder (Data.List, Data.String, etc) and the compiler needs to be updated to reflect that.
This is the main commit that changed it https://github.com/HigherOrderCO/Kindex/commit/64a84a17204de33c4fa0d803a3b4eab029684905