(original) (raw)
Seq List Empty first first(l, x) = x is the first item in l rest rest(l1, l2) = l2 is the rest of l1, after the first item. in in(x, y) = x is in y. second second(l, x) = x is the second item in l. append reverse
Seq List Empty first first(l, x) = x is the first item in l rest rest(l1, l2) = l2 is the rest of l1, after the first item. in in(x, y) = x is in y. second second(l, x) = x is the second item in l. append reverse