Nuprl Definition : return-loc-class

return-loc-class(x) ==  λes,e. if first(e) then {x loc(e)} else {} fi 



Definitions occuring in Statement :  es-first: first(e) es-loc: loc(e) ifthenelse: if then else fi  apply: a lambda: λx.A[x] single-bag: {x} empty-bag: {}
FDL editor aliases :  return-loc-class
return-loc-class(x)  ==    \mlambda{}es,e.  if  first(e)  then  \{x  loc(e)\}  else  \{\}  fi 



Date html generated: 2015_07_17-PM-00_39_05
Last ObjectModification: 2012_08_25-PM-11_47_07

Home Index