Remove interfaces and extend generics #36
Loading…
Reference in a new issue
No description provided.
Delete branch "remove-interface"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This simplifies the type system massively since we no longer have to implement a trait solver and we can just do regular type checking after an additional code generation step.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.