Skip to content

Create a reader for singleton declaration and it's members #4

@devcdcc

Description

@devcdcc

They must complain about members' declarations with or without implementation.
example:

singleton None extends Monad[_]: // by context, where `?` means type validated in compilation type, By default Any.
	map(u => ?V): Self = self
	flatMap(_ => Monad[?V]) = self

	_apply(u: ?U): Monad[U] = MonadImpl(u)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions