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
givenInt is Ord ...
givenInt is Monoid ...
typeReader= [X] =>>Env=>XgivenReader is Monad ...
objectMonoid:defunit[M](usingm: M is Monoid):M
Expectation
I would expect the code to show (and be copied) just as it was written in the markdown.
Either keep the indentation for all lines or remove the indentation from all lines by the same amount.
The text was updated successfully, but these errors were encountered:
Compiler version
3.5.0
Minimized code
See for example
scala3/docs/_docs/reference/experimental/typeclasses.md
Lines 46 to 80 in 5101daf
or
scala3/docs/_docs/reference/experimental/typeclasses.md
Lines 135 to 144 in 5101daf
Output
Which is copied as:
or
which is copied as
Expectation
I would expect the code to show (and be copied) just as it was written in the markdown.
Either keep the indentation for all lines or remove the indentation from all lines by the same amount.
The text was updated successfully, but these errors were encountered: