Getting started
Writing DAML
Building applications
Deploying to DAML ledgers
SDK tools
daml
Background concepts
Examples
Early Access Features
Support and updates
Exports the record machinery necessary to allow one to annotate code that is polymorphic in the underlying record type.
class HasField x r a where
getField : r -> a setField : a -> r -> r