Closed janmasrovira closed 1 month ago
I've grouped tables related to typechecking:
data TypeCheckingTables = TypeCheckingTables { _typeCheckingTablesTypesTable :: TypesTable, _typeCheckingTablesFunctionsTable :: FunctionsTable, _typeCheckingTablesInstanceTable :: InstanceTable, _typeCheckingTablesCoercionTable :: CoercionTable }
I've grouped tables related to typechecking: