Frama-C API - Texpr0
and unop = | Neg| Cast| Sqrt
and binop = | Add| Sub| Mul| Div| Mod| Pow
and typ = | Real| Int| Single| Double| Extended| Quad
and round = | Near| Zero| Up| Down| Rnd
val is_interval_cst : t -> boolval is_interval_linear : t -> boolval is_interval_polynomial : t -> boolval is_interval_polyfrac : t -> boolval is_scalar : t -> boolval equal : t -> t -> boolval string_of_unop : unop -> stringval string_of_binop : binop -> stringval string_of_typ : typ -> stringval string_of_round : round -> stringval print_unop : Stdlib.Format.formatter -> unop -> unitval print_binop : Stdlib.Format.formatter -> binop -> unitval print_typ : Stdlib.Format.formatter -> typ -> unitval print_round : Stdlib.Format.formatter -> round -> unitval print_expr : (Dim.t -> string) -> Stdlib.Format.formatter -> expr -> unitval print : (Dim.t -> string) -> Stdlib.Format.formatter -> t -> unitval print_precedence_of_unop : unop -> intval print_precedence_of_binop : binop -> int