Skip to content

Commit 42a29fd

Browse files
author
Alexey Romanov
committed
Add a trait packaging all optimized trait versions
1 parent 3e46b4e commit 42a29fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common/Packages.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ trait ScalaOpsPkgExp extends ScalaOpsPkg
2424
with FunctionsExp with EqualExp with IfThenElseExp with VariablesExp with WhileExp with TupleOpsExp with ListOpsExp
2525
with SeqOpsExp with DSLOpsExp with MathOpsExp with CastingOpsExp with SetOpsExp with ObjectOpsExp with ArrayBufferOpsExp
2626

27+
trait ScalaOpsPkgExpOpt extends ScalaOpsPkgExp
28+
with ArrayOpsExpOpt with BooleanOpsExpOpt with CastingOpsExpOpt with EqualExpOpt with IfThenElseExpOpt
29+
with ListOpsExpOpt with NumericOpsExpOpt with ObjectOpsExpOpt with OrderingOpsExpOpt with PrimitiveOpsExpOpt
30+
with StructExpOpt with VariablesExpOpt
2731

2832
/**
2933
* Code gen: each target must define a code generator package.

0 commit comments

Comments
 (0)