Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
Use scala comments //
  • Loading branch information
psilospore authored Jun 5, 2020
1 parent 3e9176f commit f70e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Of course. [sbt-catalysts](https://github.com/typelevel/sbt-catalysts) is create

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) # If using scala 2.11 or 2.12
// interp.configureCompiler(_.settings.YpartialUnification.value = true) // If using scala 2.11 or 2.12
import $ivy.`org.typelevel::cats-core:2.1.1`, cats._, cats.data._, cats.implicits._
```
Or if you want, you can add these lines to `~/.ammonite/predef.sc` so that they are enabled every ammonite session.
Expand Down

0 comments on commit f70e132

Please sign in to comment.