aboutsummaryrefslogblamecommitdiff
path: root/benchmarks/2.12/src/kittens/show_10.scala
blob: 5c2a28c96bf2e6dfc5934aecd941affe8abcf7e5 (plain) (tree)
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.Show
import cats.instances.all._

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