Nuprl Definition : skip-first-class
Skip(X) ==  λes,e. if first(e) then {} else X es e fi 
Definitions occuring in Statement : 
es-first: first(e)
, 
ifthenelse: if b then t else f fi 
, 
apply: f 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