Skip to content

Commit 6923432

Browse files
committed
Add note about the port
1 parent df03576 commit 6923432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/run-with-compiler-custom-args/staged-streams_1.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import dotty.tools.dotc.quoted.Toolbox._
22
import scala.quoted._
33

4+
/**
5+
* Port of the strymonas library as described in O. Kiselyov et al., Stream fusion, to completeness (POPL 2017)
6+
*/
7+
48
object Test {
59

610
// TODO: remove as it exists in Quoted Lib

0 commit comments

Comments
 (0)