Skip to content

Commit fe5132f

Browse files
Update higher-order-quoted-expressions.scala
1 parent ab81d47 commit fe5132f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/higher-order-quoted-expressions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Splicing can only be done on Expr[_ <: Any].
66
// `apply methods on higher order expression provide a way to replace the unbound variables.
77

8-
// This can be used for HOAS quoted patterns to not return a lambda.
8+
// 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).
99
// The use would be the same as each higher order expression would have an apply method.
1010
// But as it would be an expression, the expression would showable.
1111
// The expression could also be directly transformed into a Term of the reflection API.

0 commit comments

Comments
 (0)