canton-network-docs
DA.Functor
DA.Functor - Canton Network Docs
Skip to main content
Replace all locations in the input (on the left) with the given
value (on the right).
Map a function over a functor. Given a value
Nested
Replace all the locations in the input with
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.Functor
TheFunctor class is used for types that can be mapped over.
Module Snapshot
Lifecycle
Stable.
Notices
Status:
active
Introduced in: 3.4.9
Removed in: -
Warnings: 0
Deprecations: 0
Deprecated since: -Functions
$>
<&>
as and a function
f, as <&> f is f <$> as. That is, <&> is like <$> but the
arguments are in reverse order.
<$$>
<$>.
void
().