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

update depreciated tup2 to t2 in the tutorial #370

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

mostafatouny
Copy link
Contributor

@mostafatouny mostafatouny commented Dec 15, 2024

line (T.unit ->* T.(tup2 int string)) is updated to (T.unit ->* T.(t2 int string)) in h-sql as T.tup2 is depreciated.

line `(T.unit ->* T.(tup2 int string))` is updated to `(T.unit ->* T.(t2 int string))`
@aantron aantron merged commit 204a792 into aantron:master Dec 17, 2024
7 of 8 checks passed
@aantron
Copy link
Owner

aantron commented Dec 17, 2024

Thank you!!

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