You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,14 +198,14 @@ class QuoteMatcher(debug: Boolean) {
198
198
extension (scrutinee0: Tree)
199
199
200
200
/** Check that the trees match and return the contents from the pattern holes.
201
-
* Return a sequence containing all the contents in the holes.
202
-
* If it does not match, continues to the `optional` with `None`.
203
-
*
204
-
* @paramscrutinee The tree being matched
205
-
* @parampattern The pattern tree that the scrutinee should match. Contains `patternHole` holes.
206
-
* @param`summon[Env]` Set of tuples containing pairs of symbols (s, p) where s defines a symbol in `scrutinee` which corresponds to symbol p in `pattern`.
207
-
* @return The sequence with the contents of the holes of the matched expression.
208
-
*/
201
+
* Return a sequence containing all the contents in the holes.
202
+
* If it does not match, continues to the `optional` with `None`.
203
+
*
204
+
* @paramscrutinee The tree being matched
205
+
* @parampattern The pattern tree that the scrutinee should match. Contains `patternHole` holes.
206
+
* @param`summon[Env]` Set of tuples containing pairs of symbols (s, p) where s defines a symbol in `scrutinee` which corresponds to symbol p in `pattern`.
207
+
* @return The sequence with the contents of the holes of the matched expression.
0 commit comments