{{name}}

{{#if @root.src_url}} {{/if}}
{{#if sub_modules}}

Modules

{{#each sub_modules}} {{/each}}
{{name}} {{markdown_first_paragraph comment}}
{{/if}}
{{markdown comment}}
{{#if record.types}}

Types

{{#each record.types}}

{{attributes}}type {{name}}{{#each args}} {{name}}{{/each}} = {{{type~}}}
                            

{{#if @root.src_url}} {{#if definition_line}} {{/if}} {{/if}}
{{markdown comment}}
{{/each}} {{/if}} {{#if record.values}}

Values

{{#each record.values}}

{{attributes}}let {{name}}
                            {{~#each args~}}
                                {{~#if implicit}} ?{{name}}{{else}} {{name}}{{~/if~}}
                            {{~/each}} : {{{type~}}}
                        

{{#if @root.src_url}} {{#if definition_line}} {{/if}} {{/if}}
{{markdown comment}}
{{/each}} {{/if}}