Nuprl Definition : first-success

first-success(f;L) ==
  rec-case(L) of
  [] => inr ⋅ 
  a::as =>
   r.case of inl(x) => inl <0, x> inr(_) => case of inl(p) => let i,x in inl <1, x> inr(z) => inr 



Definitions occuring in Statement :  list_ind: list_ind it: apply: a spread: spread def pair: <a, b> decide: case of inl(x) => s[x] inr(y) => t[y] inr: inr  inl: inl x add: m natural_number: $n
Definitions occuring in definition :  list_ind: list_ind it: apply: a decide: case of inl(x) => s[x] inr(y) => t[y] spread: spread def inl: inl x pair: <a, b> add: m natural_number: $n inr: inr 
FDL editor aliases :  first-success

Latex:
first-success(f;L)  ==
    rec-case(L)  of
    []  =>  inr  \mcdot{} 
    a::as  =>
      r.case  f  a
      of  inl(x)  =>
      inl  ɘ,  x>
      |  inr($_{}$)  =>
      case  r  of  inl(p)  =>  let  i,x  =  p  in  inl  <i  +  1,  x>  |  inr(z)  =>  inr  z 



Date html generated: 2016_05_14-AM-06_37_06
Last ObjectModification: 2015_12_03-PM-02_08_03

Theory : list_0


Home Index