Currying
transforming a function in such a way that it only takes a single argument

In mathematics and computer science, currying (named after Haskell Curry) is the technique of translating a function that takes multiple arguments into a sequence of families of functions, each taking a single argument.
In the prototypical example, one begins with a function
f
:
(
X
×
Y
)
→
Z
{\displaystyle f:(X\times Y)\to Z}
that takes two arguments, one from
X
{\displaystyle X}
and one from
Y
,
{\displaystyle Y,}
and produces objects in
Z
.
{\displaystyle Z.}
The curried form of this function treats the first argument as a parameter, so as to create a family of functions
f
x
:
Y
→
Z
.
{\displaystyle f_{x}:Y\to Z.}
The family is arranged so that for each object
x
{\displaystyle x}
in
X
,
{\displaystyle X,}
there is exactly one function
f
x
{\displaystyle f_{x}}
, such that for any
y
{\displaystyle y}
in
Y
{\displaystyle Y}
,
f
x
(
y
)
=
f
(
x
,
y
)
{\displaystyle f_{x}(y)=f(x,y)}
.
In this example,
curry
{\displaystyle {\mbox{curry}}}
itself becomes a function that takes
f
{\displaystyle f}
as an argument, and returns a function that maps each
x
{\displaystyle x}
to
f
x
.
{\displaystyle f_{x}.}
The proper notation for expressing this is verbose. The function
f
{\displaystyle f}
belongs to the set of functions
(
X
×
Y
)
→
Z
.
{\displaystyle (X\times Y)\to Z.}
Meanwhile,
f
x
{\displaystyle f_{x}}
belongs to the set of functions
Y
→
Z
.
{\displaystyle Y\to Z.}
Thus, something that maps
x
{\displaystyle x}
to
f
x
{\displaystyle f_{x}}
will be of the type
X
→
[
Y
→
Z
]
.
{\displaystyle X\to [Y\to Z].}
With this notation,
curry
{\displaystyle {\mbox{curry}}}
is a function that takes objects from the first set, and returns objects in the second set, and so one writes
curry
:
[
(
X
×
Y
)
→
Z
]
→
(
X
→
[
Y
→
Z
]
)
.
“Currying” enters the record as transforming a function in such a way that it only takes a single argument. Crown Archives preserves that source wording while asking what Currying, transforming and function can confirm, complicate or overturn.
Why this record matters
“Currying” is worth following because a concise public description often conceals a longer documentary argument. Here, Currying, transforming and function provides the most credible route into that argument.
Vocabulary and entity names are the principal evidence signals here, because they determine the precision of every later search. The source revision retrieved here is dated Jul 26, 2026. The linked authority identifier is Q1144925. None of the 0 selected statements returned an explicit reference.
Overview language is designed for orientation and should not be treated as a substitute for the evidence cited beneath it. The lead is largely declarative, so disagreement and counter-evidence require a deliberate search beyond the opening account. 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.
- Subject orientation
- Search vocabulary
- Locating named sources
The closest primary source, responsible institution and strongest cited specialist reference.
Three-step research path
- Establish the record: confirm the title “Currying”, its source revision and the description used here.
- Expand the search: follow Currying primary sources, Currying archive and Currying research across catalogues and specialist indexes.
- Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.
Questions for further research
- Which source most directly establishes the central claim about “Currying”?
- Which institution is responsible for the underlying evidence?
- What terminology or title could unlock a more precise catalogue search?
Search terms from this dossier
This entry incorporates text from “Currying” 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.