Skip to content

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