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

chore: cleanup Trie.mo #563

Merged
merged 7 commits into from
Jun 22, 2023
Merged

chore: cleanup Trie.mo #563

merged 7 commits into from
Jun 22, 2023

Conversation

ggreif
Copy link
Contributor

@ggreif ggreif commented May 19, 2023

Mostly removing redundant parentheses.

src/Trie.mo Outdated
func inner_bin(a : Build<K3, V3>, b : Build<K3, V3>) : Build<K3, V3> {
seq(a, b)
};
func inner_bin(a : Build<K3, V3>, b : Build<K3, V3>) : Build<K3, V3> = seq(a, b);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the same function as outer_bin

@ggreif ggreif requested a review from kentosugama June 22, 2023 17:27
Copy link
Contributor

@kentosugama kentosugama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ggreif ggreif merged commit a160221 into master Jun 22, 2023
@ggreif ggreif deleted the gabor/cleanup branch June 22, 2023 17:50
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