Corecursion

In computer science, corecursion is a type of operation that is dual to (structural) recursion. Whereas recursion consumes a data structure by first handling the topmost layer before descending into its inner parts, corecursion produces a data structure by first defining the topmost layer before defining its inner parts.

Source: Wikipedia — Corecursion (CC BY-SA 4.0)

Corecursion

In computer science, corecursion is a type of operation that is dual to (structural) recursion. Whereas recursion consumes a data structure by first handling the topmost layer before descending into its inner parts, corecursion produces a data structure by first defining the topmost layer before defining its inner parts.

Source: Wikipedia "Corecursion" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy