Skip to content

Instantly share code, notes, and snippets.

@Balletie
Created May 20, 2016 10:02
Show Gist options
  • Save Balletie/918ef09d9483895b648f0c71f0e0305b to your computer and use it in GitHub Desktop.
Save Balletie/918ef09d9483895b648f0c71f0e0305b to your computer and use it in GitHub Desktop.
//...
rules // lookup method
lookupMethod(ObjV(c, sup, _, ms), name) --> m
where
case ms[name?] of {
true =>
ms[name] => m
false =>
sup => Super(o); lookupMethod(o, name) --> m
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment