1 // Logic for formatting types 2 3 #pragma once 4 5 #include "../ast.h" 6 #include "../stdlib/datatypes.h" 7 8 Text_t format_type(type_ast_t *type);