Nuprl Definition : skip-first-class

Skip(X) ==  λes,e. if first(e) then {} else es fi 



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

Latex:
Skip(X)  ==    \mlambda{}es,e.  if  first(e)  then  \{\}  else  X  es  e  fi 



Date html generated: 2015_07_20-PM-04_04_00
Last ObjectModification: 2012_04_11-PM-07_16_17

Home Index