Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c118759184440

Jump to content

Talk:Inductive type

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 7 years ago by Klbrain in topic Merge

Merge

[edit]

I propose merging this page with Recursive data type, which even says in its lead that recursive types are also known as inductive types. siddharthist (talk) 00:20, 18 January 2018 (UTC)Reply

Weak oppose, on the grounds that Recursive data type focuses on computer science application, while Inductive type is approach from mathematics of Type theory. They certainly need to be better linked, perhaps using an about hatnote. Klbrain (talk) 05:14, 10 June 2019 (UTC)Reply

Misleading examples

[edit]

In the example with natural numbers and lists encoded as W-types, the text suggests that f(12) = 0 is "representing the constructor for zero, which takes no arguments". The constructor for zero is , where is any function (here assumed to be polymorphic). It is difficult to see how f(12) could represent this constructor.

Similarly, the successor function is encoded by , where is defined by .

I propose moving the examples to after the introduction of and updating the examples accordingly.