We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d99703 commit 18ffcf5Copy full SHA for 18ffcf5
tests/bench/transactional/ImplicitMega.scala
@@ -1,6 +1,6 @@
1
package transactional
2
object MegaBench extends Benchmark {
3
- type Transactional[T] = implicit Transaction => T
+ type Transactional[T] = Transaction ?=> T
4
5
def transaction[T](op: Transactional[T]): T = {
6
implicit val trans: Transaction = new Transaction
tests/bench/transactional/ImplicitMono.scala
object MonoBench extends Benchmark {
0 commit comments