previous up next
Go backward to While Loops
Go up to Top
Go forward to While Loops
RISC-Linz logo

Example

graph(F0(_|_))={}
graph(F1(_|_))={
    ( { ([[A]],zero), ([[B]],zero), ...},
    { ([[A]],zero), ([[B]],zero), ...} ),
    ...
    ( { ([[A]],zero), ([[B]],four), ...},
    { ([[A]],zero), ([[B]],four), ...} ), ...}
graph(F2(_|_))={
    ( { ([[A]],zero), ([[B]],zero), ...},
    { ([[A]],zero), ([[B]],zero), ...} ),
    ...
    ( { ([[A]],zero), ([[B]],four), ...},
    { ([[A]],zero), ([[B]],four), ...} ),
    ...
    ( { ([[A]],one), ([[B]],zero), ...},
    { ([[A]],zero), ([[B]],one), ...} ),
    ...
    ( { ([[A]],one), ([[B]],four), ...},
    { ([[A]],zero), ([[B]],five), ...} ), ...}


Author: Wolfgang Schreiner
Last Modification: November 5, 1997

previous up next