Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solution2.1.7.3_AR.scala provided #16

Merged
merged 3 commits into from
Nov 27, 2023
Merged

Conversation

andreas-roehler
Copy link
Contributor

No description provided.


// scala> :load solution2.1.7.3_AR.scala
// Loading solution2.1.7.3_AR.scala...
// res17: List[Any] = List(Joe, Mary)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a problem with this solution: the result needs to have type Seq[String], not List[Any].

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Committed a fix. Please try again.

Copy link
Owner

@winitzki winitzki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The result needs to have correct type Seq[String].

Signed-off-by: Andreas Roehler <[email protected]>
@winitzki winitzki merged commit c05d5a8 into winitzki:master Nov 27, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants