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

♻️ Remove type annotations from let bindings and lambdas. #27

Merged
merged 3 commits into from
Aug 18, 2024

Conversation

hayleigh-dot-dev
Copy link
Member

I think idiomatic Gleam has landed around annotating top-level functions and leaving let and lambdas to be inferred. This PR removes type annotations from those places to align with that practice.

In some places this changed the formatting slightly, and it seems also my editor has stripped whitespace from comments a lot, so sorry about that! 😅

@NicklasXYZ NicklasXYZ merged commit 2ac9811 into main Aug 18, 2024
1 check passed
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.

None yet

2 participants