rcv-vote?(x) ==  case x of inl(z) =ff | inr(z) =tt



Definitions :  decide: case b of inl(x) =s[x] | inr(y) =t[y] bfalse: ff btrue: tt
FDL editor aliases :  rcv-vote?

rcv-vote?(x)  ==    case  x  of  inl(z)  =>  ff  |  inr(z)  =>  tt


Date html generated: 2010_08_27-AM-12_56_26
Last ObjectModification: 2009_12_23-PM-03_31_42

Home Index