Issue created from fantomas-online
Formatted code
module internal FSharp.Compiler.ParseHelpers
open FSharp.Compiler.AbstractIL.IL
/// The error raised by the parse_error_rich function, which is called by the parser engine
[<NoEquality; NoComparison>]
exception SyntaxError of obj * range: range
Reformatted code
module internal FSharp.Compiler.ParseHelpers
open FSharp.Compiler.AbstractIL.IL
/// The error raised by the parse_error_rich function, which is called by the parser engine
[<NoEquality; NoComparison>]
exception SyntaxError of obj * range: range
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas 4.6 branch at 11/19/2021 20:14:05 - 720227d
Default Fantomas configuration
Signature file
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
Issue created from fantomas-online
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas 4.6 branch at 11/19/2021 20:14:05 - 720227d
Default Fantomas configuration
Signature file
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?