Is there an easy way to extract all the data types (template, record, enum, variant) from a Daml model?

The Outline pane of VSCode uses this information, so there must be a way.

If by “extract” you mean “produce a data structure describing definitions I can use in my own programs”, then this is a quick summary, and some longer discussion here, that might be of use.

1 Like

Thank you, Stephen!