CACrown ArchivesThe cinema collection
Menu
Research dossier · General Reference

Parametric polymorphism

basis of generic programming

Cross-disciplinary reference desk with index cards, atlas, dictionary and catalogue
General referenceInterpretive dossier study · Crown Archives visual atlas
Record originEnglish Wikipedia
Text licenseCC BY-SA 4.0
Source revisionSep 7, 2026
Entity authorityQ7135231
Source-derived summary

In programming languages and type theory, parametric polymorphism allows a single piece of code to be given a "generic" type, using variables in place of actual types, and then instantiated with particular types as needed. Parametrically polymorphic functions and data types are sometimes called generic functions and generic datatypes, respectively, and they form the basis of generic programming.

Parametric polymorphism may be contrasted with ad hoc polymorphism. Parametrically polymorphic definitions are uniform: they behave identically regardless of the type they are instantiated at. In contrast, ad hoc polymorphic definitions are given a distinct definition for each type. Thus, ad hoc polymorphism can generally only support a limited number of such distinct types, since a separate implementation has to be provided for each type.

The usual theoretical device for studying parametric polymorphism is system F, which extends simply typed lambda calculus with quantification over types.

Basic definition

It is possible to write functions that do not depend on the types of their arguments. For example, the identity function

i

d

(

x

)

=

x

{\displaystyle {\mathsf {id}}(x)=x}

simply returns its argument unmodified. This naturally gives rise to a family of potential types, such as

I

n

t

I

n

t

{\displaystyle {\mathsf {Int}}\to {\mathsf {Int}}}

,

B

o

o

l

B

o

o

l

{\displaystyle {\mathsf {Bool}}\to {\mathsf {Bool}}}

,

S

t

r

i

n

g

S

t

r

i

n

g

{\displaystyle {\mathsf {String}}\to {\mathsf {String}}}

, and so on.

Editorial summary

“Parametric polymorphism” enters the record as basis of generic programming. Crown Archives preserves that source wording while asking what Parametric, polymorphism and basis can confirm, complicate or overturn.

Editorial reviewA concise reference frame for defining the subject, testing terminology and identifying the institution closest to the evidence. The current 244-word lead offers orientation but no explicit four-digit date, so chronology should not be assumed. The selected authority fields contribute no independent date. Its strongest next move is a source search built around Parametric, polymorphism and basis.
Editorial analysis

Why this record matters

“Parametric polymorphism” is worth following because a concise public description often conceals a longer documentary argument. Here, Parametric, polymorphism and basis provides the most credible route into that argument.

Evidence profile

Named sources, stable identifiers and responsible institutions provide the strongest route from overview to verifiable evidence. The source revision retrieved here is dated Sep 7, 2026. The linked authority identifier is Q7135231. None of the 0 selected statements returned an explicit reference.

Critical limits

The absence of detail may reflect summary conventions rather than a lack of surviving documentation. The source lead contains qualifying language; that uncertainty should survive quotation, summary and reuse. Authority statements aid reconciliation but still require their own references, qualifiers and ranks to be checked.

How to read it

Use the entry as an orientation point, then follow its citations and revision history. Names, dates and institutional relationships should be checked against the original record.

Best used for
  • Subject orientation
  • Search vocabulary
  • Locating named sources
Verify next

The closest primary source, responsible institution and strongest cited specialist reference.

Three-step research path

  1. Establish the record: confirm the title “Parametric polymorphism”, its source revision and the description used here.
  2. Expand the search: follow Parametric polymorphism primary sources, Parametric polymorphism archive and Parametric research across catalogues and specialist indexes.
  3. Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.

Questions for further research

  1. Which source most directly establishes the central claim about “Parametric polymorphism”?
  2. Which institution is responsible for the underlying evidence?
  3. What terminology or title could unlock a more precise catalogue search?
Subject index

Search terms from this dossier

Source & attribution

This entry incorporates text from Parametric polymorphism” on English Wikipedia. Contributors are listed in the page history. Text is available under the Creative Commons Attribution-ShareAlike 4.0 License. Selected authority identifiers and statements are retrieved from Wikidata under CC0; their references and qualifiers remain part of the verification path.