Example #1
0
def ConsR(head, tail):
    return _common.Cons(head, tail, _ConsR, match._Term)
Example #2
0
def ConsL(head, tail):
    return _common.Cons(head, tail, _ConsL, _Term)