Nuprl Definition : return-loc-bag-class
return-loc-bag-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 b then t else f fi 
, 
apply: f a
, 
lambda: λx.A[x]
, 
empty-bag: {}
FDL editor aliases : 
return-loc-bag-class
return-loc-bag-class(x)  ==    \mlambda{}es,e.  if  first(e)  then  x  loc(e)  else  \{\}  fi 
Date html generated:
2015_07_17-PM-00_39_20
Last ObjectModification:
2012_08_25-PM-11_52_01
Home
Index