We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab81d47 commit fe5132fCopy full SHA for fe5132f
tests/neg/higher-order-quoted-expressions.scala
@@ -5,7 +5,7 @@
5
// Splicing can only be done on Expr[_ <: Any].
6
// `apply methods on higher order expression provide a way to replace the unbound variables.
7
8
-// This can be used for HOAS quoted patterns to not return a lambda.
+// This can be used for HOAS quoted patterns to not return a lambda (see HOAS patterns section in https://infoscience.epfl.ch/record/288718?ln=en).
9
// The use would be the same as each higher order expression would have an apply method.
10
// But as it would be an expression, the expression would showable.
11
// The expression could also be directly transformed into a Term of the reflection API.
0 commit comments