Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement Duration as a subtype of Number #25

Closed
MicheleCeresoli opened this issue Jul 29, 2024 · 1 comment
Closed

Implement Duration as a subtype of Number #25

MicheleCeresoli opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
update A feature or routine that has to be updated.

Comments

@MicheleCeresoli
Copy link
Member

MicheleCeresoli commented Jul 29, 2024

Currently Duration is a concrete type with no super-types. It could be a child of Number, allowing to simplify the dispatch of some operations which currently require duplicate function calls.

@MicheleCeresoli MicheleCeresoli added the update A feature or routine that has to be updated. label Jul 29, 2024
@MicheleCeresoli MicheleCeresoli self-assigned this Jul 29, 2024
@MicheleCeresoli
Copy link
Member Author

Closed with #26

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
update A feature or routine that has to be updated.
Projects
None yet
Development

No branches or pull requests

1 participant