-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Type toString for both mono and polymorphic functions uses the plain-printed output #16676
Comments
This issue was picked for the Issue Spree No. 27 of 07 March 2023 which takes place in a week from now. @Sporarum, @KuceraMartin, @mprzysucha will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here. |
Hello everyone, |
From what I have seen so far, there seems to be a high likelihood that this is an issue with Mdoc and not an issue with the compiler, as for example:
Correctly prints out |
The only places I have been able to replicate the issue is in scastie and in metals worksheets which both use Mdoc |
Opened issue on Mdoc |
Removing the Spree label as @Sporarum is assigned to this issue. |
As this seems not to be an issue with Mdoc in the end, more exploration is needed, I will therefore put it back as a Spree issue Reasons for why it is probably not Mdoc can be found here: |
Compiler version
Scala 3.2.0 / 3.2.1-RC2
Minimized example & Output
https://scastie.scala-lang.org/9VXAH9QKTyeSYE8UYdV5eQ
Expectation
It's not that bad for Function1, but for polymorphic functions, it's really hard to parse, especially to newcomers !
The text was updated successfully, but these errors were encountered: