# Symbol --- ```text Symbol[[] TYPE; TARGET; IDENTIFIER] ``` ## Type Body Object Definitions ```c typedef struct { kpl_ptr type, target; kpl_identifier identifier; } kpl_type_body_symbol; ```