Concept
Structural recursion
Books
Journey Statusreviewing Tags
A recursion scheme that decomposes data along its Constructors, guaranteeing termination by recursing only on structurally smaller subterms.
A recursion scheme that decomposes data along its constructors, guaranteeing termination by recursing only on structurally smaller subterms.