-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Incorrect typing of vector operations (#175)
A problem was arising related to the typing of vector operations. Specifically, it was being considered that e.g. a `binary` value added to another `binary` value produced a `binary` value. This corrects those problems, but there remain some mysteries around typing.
- Loading branch information
1 parent
c729dbc
commit f6257a1
Showing
3 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters