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

Add signature file for better tooltip information #20

Merged
merged 5 commits into from
Oct 13, 2022

Conversation

abelbraaksma
Copy link
Member

While not a requirement for using the library, it helps to have a signature file and it can be used in the near future to hide certain internals. This mostly removes stuff like 'a -> System.Threading.Tasks.Task<'c> and replaces it with 'T -> Task<'U>.

Due to a limitation in the F# compiler, function-return types pick the original type, not the type alias, so you'll still see, on some functions at least, IAsyncEnumerable<'T> and not taskSeq<'T>.

@abelbraaksma abelbraaksma merged commit 015021c into main Oct 13, 2022
@abelbraaksma abelbraaksma deleted the add-signature-file branch October 13, 2022 15:07
@abelbraaksma abelbraaksma added the enhancement New feature or request label Nov 4, 2022
@abelbraaksma abelbraaksma added this to the v0.1.0 milestone Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant