Nuprl Definition : rcv-vote?

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



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



Date html generated: 2015_07_17-AM-11_47_06
Last ObjectModification: 2012_02_25-AM-11_48_52

Home Index