Skip to content

Create a reader for class declaration and it's members #5

Description

@devcdcc

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

class MonadImpl(u: ?U) extends Monad[U]:
	map(f: U => ?V) = MonadImpl(f(u))
	flatMap(f: U => Monad[?V]) = f(u)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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