Frama_c_kernel.Logic_printPretty-printing of a parsed logic tree.
val print_constant : Format.formatter -> Logic_ptree.constant -> unitval print_logic_type :
(Format.formatter -> unit) option ->
Format.formatter ->
Logic_ptree.logic_type ->
unitFirst arguments prints the name of identifier declared with the corresponding type (None for pure type. C syntax makes impossible to separate printing the type and the identifier in a declaration...
val print_quantifiers : Format.formatter -> Logic_ptree.quantifiers -> unitval print_lexpr : Format.formatter -> Logic_ptree.lexpr -> unitval print_type_annot : Format.formatter -> Logic_ptree.type_annot -> unitval print_typedef : Format.formatter -> Logic_ptree.typedef -> unitval print_decl : Format.formatter -> Logic_ptree.decl -> unitval print_spec : Format.formatter -> Logic_ptree.spec -> unitval print_code_annot : Format.formatter -> Logic_ptree.code_annot -> unitval print_assigns : Format.formatter -> Logic_ptree.assigns -> unitval print_variant : Format.formatter -> Logic_ptree.variant -> unit