Nuprl Definition : treeco

treeco(E) ==  corec(X.lbl:Atom × if lbl =a "leaf" then if lbl =a "node" then left:X × else Void fi )



Definitions occuring in Statement :  corec: corec(T.F[T]) ifthenelse: if then else fi  eq_atom: =a y product: x:A × B[x] token: "$token" atom: Atom void: Void
Definitions occuring in definition :  corec: corec(T.F[T]) atom: Atom ifthenelse: if then else fi  eq_atom: =a y token: "$token" product: x:A × B[x] void: Void
FDL editor aliases :  treeco

Latex:
treeco(E)  ==
    corec(X.lbl:Atom  \mtimes{}  if  lbl  =a  "leaf"  then  E
                                          if  lbl  =a  "node"  then  left:X  \mtimes{}  X
                                          else  Void
                                          fi  )



Date html generated: 2016_05_15-PM-01_49_20
Last ObjectModification: 2015_09_23-AM-07_37_17

Theory : tree_1


Home Index