- Are you using the correct character set (e.g. UTF8) for the source files?
- Are the Eclipse "errors" the IDE itself or a compilation run (calling
scalac ? - Can you
scalac compile the source file manually?
Assuming this is not a fie coding problem, and that you can manually compile the file, I can conclude that since scalaz uses complex type inference, Eclipse may report error errors.
source share