treeOps
extends Object with SerializableSupertypes
Object, SerializableMembers
def
=?=
( scrutinee0: Tree ) ( pattern0: Tree ) ( implicit x$2: Context , x$3: Env ) : MatchingCheck that the trees match and return the contents from the pattern holes. Return None if the trees do not match otherwise return Some of a tuple conta...
Check that the trees match and return the contents from the pattern holes. Return None if the trees do not match otherwise return Some of a tuple containing all the contents in the holes.