canton-network-docs
DA.Tuple
DA.Tuple - Canton Network Docs
Skip to main content
The pair obtained from a pair by application of a programmer
supplied function to the argument pair’s first field.
The pair obtained from a pair by application of a programmer
supplied function to the argument pair’s second field.
The pair obtained from a pair by application of a programmer
supplied function to both the argument pair’s first and second
fields.
The pair obtained from a pair by permuting the order of the
argument pair’s first and second fields.
Duplicate a single value into a pair.
Extract the ‘fst’ of a triple.
Extract the ‘snd’ of a triple.
Extract the final element of a triple.
Converts an uncurried function to a curried function.
Converts a curried function to a function on a triple.
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
DA.Tuple
Tuple - Ubiquitous functions of tuples.Module Snapshot
Lifecycle
Stable.
Notices
Status:
active
Introduced in: 3.4.9
Removed in: -
Warnings: 0
Deprecations: 0
Deprecated since: -Functions
first
second
both
swap
dupe
dupe 12 == (12, 12)