i1 : P = poset ({a,b,c,d,e,f}, {(a,d),(d,f),(b,d),(b,e),(c,e),(e,f)});
i2 : posetMeet (P, d,e) o2 = {b} o2 : List