You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
match other with|:? Queue<'T>as y ->if this.Length <> y.Length thenfalseelseif this.GetHashCode()<> y.GetHashCode()thenfalseelse
Seq.forall2 Unchecked.equals this y
|_->false
Result
match other with|:?(Queue<'T>)as y ->if this.Length <> y.Length thenfalseelseif this.GetHashCode()<> y.GetHashCode()thenfalseelse
Seq.forall2 Unchecked.equals this y
|_->false
Problem description
Not sure why we add these parentheses around SynPat.IsInst.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Result
Problem description
Not sure why we add these parentheses around SynPat.IsInst.
Extra information
Options
Fantomas Master at 04/17/2021 11:23:36 - 26674f9
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: