Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Require type ascriptions on implicits #11

Closed
@puffnfresh

Description

@puffnfresh

Jon's anonymous implicit idea also made me think that we should require types on implicits.

i.e. this is invalid:

implicit val i = 0

This is valid:

implicit val i: Int = 0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions