We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue created from fantomas-online
type CsvFile private ( readerFunc: Func<TextReader>, [<Optional>] ?separators, [<Optional>] ?quote, [<Optional>] ?hasHeaders, [<Optional>] ?ignoreErrors, [<Optional>] ?skipRows ) as this = inherit CsvFile<CsvRow> ( Func<_, _, _>(fun this columns -> CsvRow(this :?> CsvFile, columns)), Func<_, _>(fun row -> row.Columns), readerFunc, defaultArg separators "", defaultArg quote '"', defaultArg hasHeaders true, defaultArg ignoreErrors false, defaultArg skipRows 0 )
type CsvFile private (readerFunc: Func<TextReader>) as this = inherit CsvFile<CsvRow>( Func<_, _, _>(fun this columns -> CsvRow(this :?> CsvFile, columns)), Func<_, _>(fun row -> row.Columns), readerFunc, defaultArg separators "", defaultArg quote '"', defaultArg hasHeaders true, defaultArg ignoreErrors false, defaultArg skipRows 0 )
Most likely a problem in ASTTransformat when constructing simplePats.
Fantomas main branch at 2023-01-14T10:13:32Z - 5336c50
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:
nojaf
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Most likely a problem in ASTTransformat when constructing simplePats.
Extra information
Options
Fantomas main branch at 2023-01-14T10:13:32Z - 5336c50
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: