aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/2.12-tl/src/kittens/eq_10.scala
blob: bed591579be4bc97061ed39b9c09c4cd62d3eb8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import adt._
import cats._
import derived._
import cats.Eq
import cats.instances.all._

object Gen {
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
  derive.eq[Alphabet]
}