graph 1 2 Sections Graphs Doc

Def Y(f) == (x.f(x(x)))(x.f(x(x)))

is mentioned by

Def paren(T;s) == s = nil (T+T) List (t:T, s':(T+T) List. s = ([inl(t)] @ s' @ [inr(t)]) & paren(T;s')) (s',s'':(T+T) List. ||s'|| < ||s|| & ||s''|| < ||s|| & s = (s' @ s'') & paren(T;s') & paren(T;s'')) (recursive)[paren]

In prior sections: num thy 1 list 1 prog 1 mb basic mb nat mb list 1 graph 1 1

Try larger context: Graphs

graph 1 2 Sections Graphs Doc