Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[inferno-ml] Swap order of elements in makeWrites #164

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ngua
Copy link
Contributor

@ngua ngua commented Feb 28, 2025

We've decided to swap the order of makeWrites so it takes a array of ('a, t) instead of array of (t, 'a) as it currently does. This is to make it consistent with other things that take pairs of values and times.

This is working as far as inferno-ml-server goes (integration tests pass), but we need to do some updates elsewhere before merging this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants