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
namespaceBar[<RequireQualifiedAccess>]moduleFoo =/// Blahletbang<'awhen'a:equality>(a :Foo<'a>)(ans :('a * System.TimeSpan) list):bool =
List.length x = List.length y
&& List.forall2
(fun(a,ta)(b,tb)-> a.Equals b && ta = tb)
x
y
Reformatted code
namespaceBar[<RequireQualifiedAccess>]moduleFoo =/// Blahletbang<'awhen'a:equality>(a :Foo<'a>)(ans :('a * System.TimeSpan) list):bool =
List.length x = List.length y
&& List.forall2 (fun(a,ta)(b,tb)-> a.Equals b && ta = tb) x y
Problem description
Fantomas was not able to produce the same code after reformatting the result.
We've lost the comment here. I haven't tracked down exactly which option causes this, sorry.
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
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
We've lost the comment here. I haven't tracked down exactly which option causes this, sorry.
Extra information
Options
Fantomas Master at 04/05/2021 16:09:34 - 31922c0
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: