We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec72406 commit 4265f0aCopy full SHA for 4265f0a
test-src/epfl/test8-effects/TestMutation.scala
@@ -115,7 +115,7 @@ class TestMutation extends FileDiffSuite {
115
116
val prefix = home + "test-out/epfl/test8-"
117
118
- trait DSL extends ArrayMutation with LiftPrimitives with PrimitiveOps with OrderingOps with Variables with IfThenElse with While with RangeOps with Print {
+ trait DSL extends ArrayMutation with PrimitiveOps with LiftPrimitives with OrderingOps with Variables with IfThenElse with While with RangeOps with Print {
119
def zeros(l: Rep[Int]) = array(l) { i => 0 }
120
def mzeros(l: Rep[Int]) = zeros(l).mutable
121
def infix_toDouble(x: Rep[Int]): Rep[Double] = x.asInstanceOf[Rep[Double]]
0 commit comments