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

added ammonite instructions to faq #2153

Merged
merged 2 commits into from
Jan 12, 2018
Merged

added ammonite instructions to faq #2153

merged 2 commits into from
Jan 12, 2018

Conversation

kailuowang
Copy link
Contributor

No description provided.

LukaJCB
LukaJCB previously approved these changes Jan 12, 2018
The easiest way is probably using [Ammonite-REPL](http://ammonite.io/). Install it following the instructions there. Then in the amm console you can type in
```scala
interp.configureCompiler(_.settings.YpartialUnification.value = true)
import $ivy.`org.typelevel::cats:1.0.1`, cats.implicits._
Copy link
Collaborator

Choose a reason for hiding this comment

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

cats isn't published anymore.
cats-core? or cats-free maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, blindly copied from an old issue..

@codecov-io
Copy link

codecov-io commented Jan 12, 2018

Codecov Report

Merging #2153 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2153   +/-   ##
=======================================
  Coverage   94.67%   94.67%           
=======================================
  Files         328      328           
  Lines        5536     5536           
  Branches      199      199           
=======================================
  Hits         5241     5241           
  Misses        295      295

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f30a73...36955af. Read the comment docs.

@kailuowang kailuowang merged commit 75052a0 into master Jan 12, 2018
@kailuowang kailuowang deleted the kailuowang-patch-2 branch January 12, 2018 19:15
@kailuowang kailuowang added this to the 1.1 milestone Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants