fsprojects / FSharp.Control.TaskSeq

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence
MIT License
91 stars 7 forks source link

Update `fantomas` to 6.3.0-alpha-004 #213

Closed abelbraaksma closed 8 months ago

abelbraaksma commented 8 months ago

This will update Fantomas to the latest alpha, which allows processing of WhileBang operators in CE expressions.

Thanks to @dawedawe for showing me how to do this. See https://github.com/fsprojects/fantomas/issues/3019#issuecomment-1863079619 for future reference :).