Learning Daml: Data types and imports
📖Get started with Daml: https://bit.ly/tryDaml 📚Learn more about Daml Smart Contracts: https://bit.ly/learn_daml 📮Check out our blogs: https://bit.ly/daml-blog-engineering 📋Become a Daml certified expert: https://bit.ly/daml-certification
Learn about functions, records, sums and how to import other packages in this Interactive Learning Tutorials (You can try it yourself here 👉 https://bit.ly/learn-daml-fundamental). Those interactive tutorials provide you with a pre-configured instance, accessible from your browser without any downloads or configuration.
Choosing the right types for your data will make a big difference for the efficiency, complexity and clarity of your code. Furthermore, data structures can encode important invariants of your code. Examples are non-empty lists or optional fields. DAML truly excels when it comes to modeling data.
In this scenario you will learn about basic data types of DAML: functions, records, enumerations, sum types and type synomyms how to import your own modules or the standard library
#damllearn #distributedapplications #smartcontracts