Nuprl Definition : remove_leading

remove_leading(a.P[a];L) ==  rec-case(L) of [] => [] | a::as => r.if P[a] then r else [a / as] fi 



Definitions occuring in Statement :  list_ind: list_ind,  cons: [a / b],  nil: [],  ifthenelse: if b then t else f fi 
Definitions occuring in definition :  list_ind: list_ind,  nil: [],  ifthenelse: if b then t else f fi ,  cons: [a / b]
FDL editor aliases :  remove_leading

Latex:
remove\_leading(a.P[a];L)  ==    rec-case(L)  of  []  =>  []  |  a::as  =>  r.if  P[a]  then  r  else  [a  /  as]  fi 



Date html generated: 2016_05_15-PM-03_44_25
Last ObjectModification: 2015_09_23-AM-07_44_34

Theory : general


Home Index