Example #1
0
 public A Compound(B b, TermA termA)
 {
     return(new());
 }
Example #2
0
 public A Trivial(TermA termA)
 {
     return(new());
 }