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
/** Check that the trees match and return the contents from the pattern holes.
218
216
* Return None if the trees do not match otherwise return Some of a tuple containing all the contents in the holes.
219
217
*
@@ -222,7 +220,7 @@ object Matcher {
222
220
* @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`.
223
221
* @return `None` if it did not match or `Some(tup: Tuple)` if it matched where `tup` contains the contents of the holes.
0 commit comments