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

Wrong samples imports #61

Closed
irisindigo opened this issue Nov 16, 2014 · 1 comment
Closed

Wrong samples imports #61

irisindigo opened this issue Nov 16, 2014 · 1 comment

Comments

@irisindigo
Copy link

In some samples appear imports like this:

import static fj.pre.Show.intShow;
import static fj.pre.Show.listShow;

I think that right imports should be like this:

import static fj.Show.intShow;
import static fj.Show.listShow;

@mperry
Copy link
Contributor

mperry commented Dec 4, 2014

Thanks for reporting the issue @irisindigo. You are right, the "pre" put should not be part of the package name. This has been removed and has been updated on the website.

@mperry mperry closed this as completed Dec 4, 2014
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

No branches or pull requests

2 participants