Skip to content

Scaladoc: better support for context bounds in poly functions #22069

Open
@Florian3k

Description

@Florian3k

Context bounds in poly functions, eg:

val less0: [X: Ord] => (X, X) => Boolean = ???

are currently documented as:

val less0: [X] => (X, X) => Ord[X] ?=> Boolean

They could be documented as in the source code:

val less0: [X: Ord] => (X, X) => Boolean

See #22019

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions