package strymonas-pure

  1. Overview
  2. Docs
val pr_typ : Format.formatter -> C_ast.typ -> unit
val pr_ctype : Format.formatter -> C_ast.ctype -> unit
val pr_specs_storage : Format.formatter -> C_ast.spec list -> unit
val pr_quals : Format.formatter -> C_ast.spec list -> unit
val pr_const : Format.formatter -> C_ast.constant -> unit
val pr_unop : Format.formatter -> C_ast.unary_operator -> unit
val binops : (C_ast.binary_operator * (string * int)) list
val pr_binop : Format.formatter -> C_ast.binary_operator -> unit
val binmodops : (C_ast.binary_modifier * string) list
val pr_assoc : ('a * string) list -> Format.formatter -> 'a -> unit
val pp_sep_comma : Format.formatter -> unit -> unit
val pp_sep_semi : Format.formatter -> unit -> unit
val pr_exp : Format.formatter -> C_ast.expression -> unit
val pr_paren_exp : Format.formatter -> C_ast.expression -> unit
val pr_always_paren_exp : Format.formatter -> C_ast.expression -> unit
val pr_typedname : Format.formatter -> C_ast.typedname -> unit
val pr_defn : Format.formatter -> C_ast.definition -> unit
val pr_init : Format.formatter -> C_ast.init_expression -> unit
val pr_init_compound : Format.formatter -> (C_ast.init_designator * C_ast.init_expression) -> unit
val pr_stmt_simple : Format.formatter -> C_ast.simple_statement -> unit
val pr_stmt : Format.formatter -> C_ast.statement -> unit
val pr_subbl : Format.formatter -> C_ast.block -> unit
val pr_block : Format.formatter -> C_ast.block -> unit
val pr_decl : Format.formatter -> C_ast.declaration -> unit
OCaml

Innovation. Community. Security.