Skip to content
New issue

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

Reformatting code with flexible type syntax remove hash symbol #2984

Closed
4 tasks done
edgarfgp opened this issue Nov 15, 2023 · 0 comments · Fixed by #2986
Closed
4 tasks done

Reformatting code with flexible type syntax remove hash symbol #2984

edgarfgp opened this issue Nov 15, 2023 · 0 comments · Fixed by #2986

Comments

@edgarfgp
Copy link
Contributor

Issue created from fantomas-online

Code

let typographyLabel<'msg, 'marker & #IFabLabel>() = ()

Result

let typographyLabel<'msg, 'marker> () = ()

Problem description

Please describe here the Fantomas problem you encountered.
Check out our Contribution Guidelines.

Extra information

  • The formatted result breaks my code.
  • The formatted result gives compiler warnings.
  • I or my company would be willing to help fix this.
  • I would like a release if this problem is solved.

Options

Fantomas main branch at 2023-11-14T10:24:27Z - 0b030a7

Default Fantomas configuration

Did you know that you can ignore files when formatting by using a .fantomasignore file?
PS: It's unlikely that someone else will solve your specific issue, as it's something that you have a personal stake in.

@edgarfgp edgarfgp changed the title Reformating code with new constraint intersection syntax remove hash symbol Reformatting code with flexible type syntax remove hash symbol Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants