Skip to content

Commit

Permalink
undo accidental changes in historical document
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored Oct 11, 2017
1 parent 4129beb commit 822bcc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ previously been provided by `Apply`, you'll need to change your imports from
`cats.syntax.apply._` to `cats.syntax.cartesian._`. For example:

```scala
scala> import cats.Eval, cats.syntax.semigroupal._
scala> import cats.Eval, cats.syntax.cartesian._
import cats.Eval
import cats.syntax.semigroupal._
import cats.syntax.cartesian._

scala> (Eval.now("v") |@| Eval.now(0.4)).tupled
res0: cats.Eval[(String, Double)] = cats.Eval$$anon$5@104f8bbd
Expand Down

0 comments on commit 822bcc1

Please sign in to comment.