def Production

Definition

def : function_def
    | collect_def
    | enum_def
    | module_def
    | signature_def
    | template_def

Purpose

A def defines some program element. It is different from the inner_decl in that it creates new progam elements rather than manipulating existing ones.