Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spec] (#27) Assert that operator overloads work for Types and Modules.
Operator overloading can also be used with `defstatic` or on a module to define operators for things other than instances. This could potentially be used for some type algebra tricks, though it doesn't seem overly useful outside of metaprogramming.
- Loading branch information