Allow _
in async use! _
pattern (lift FS1228 restriction)
#16343
Labels
Area-ComputationExpressions
End-to-end experience for computation expressions (except async and state machine compilation)
Feature Request
Milestone
Is your feature request related to a problem? Please describe.
I am a bit surprised that
use _
(discard) is valid, like in this code:...whereas
use! _
is invalid, like in this code:I am also not getting good results when googling FS1288.
Describe the solution you'd like
I expect to be able to use the discard "pattern" (?) in both cases.
Perhaps this is more complicated to implement than it looks like at first glance.
Describe alternatives you've considered
I am currently using
__
(double_
), which is exactly what I used beforeuse _
became valid code.Additional context
None.
The text was updated successfully, but these errors were encountered: