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
typeX=/// Indicates if the entity is a generated provided type definition, i.e. not erased.memberx.IsProvidedGeneratedTycon=match x.TypeReprInfo with| TProvidedTypeExtensionPoint info -> info.IsGenerated
|_->false/// Indicates if the entity is erased, either a measure definition, or an erased provided type definitionmemberx.IsErased=
x.IsMeasureableReprTycon
#if!NO_EXTENSIONTYPING
|| x.IsProvidedErasedTycon
#endif
Result
typeX=/// Indicates if the entity is a generated provided type definition, i.e. not erased.memberx.IsProvidedGeneratedTycon=match x.TypeReprInfo with| TProvidedTypeExtensionPoint info -> info.IsGenerated
|_->false/// Indicates if the entity is erased, either a measure definition, or an erased provided type definitionmemberx.IsErased= x.IsMeasureableReprTycon
#if!NO_EXTENSIONTYPING
|| x.IsProvidedErasedTycon
#endif
Problem description
In one of the code branches, the member is short, in the other it is multiline.
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
In one of the code branches, the member is short, in the other it is multiline.
Extra information
Options
Fantomas Master at 04/03/2021 14:38:21 - eebef38
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: