-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Convert operations with numeric arguments to structured he…
…aders There were a few remaining abstract operations that operate on numeric types, that didn't have those types spelled out either via structured headers or via assertions. This converts those operations to use structured headers. That also allows ecmarkup to point out places where a ! notation was used superfluously. This revealed that the return type of RoundTemporalInstant wasn't correct: it should have been a BigInt, since it returns a number of epoch nanoseconds. Closes: #1413
- Loading branch information
Showing
3 changed files
with
51 additions
and
27 deletions.
There are no files selected for viewing
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
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