AltErgoLib.Symbolstype operator = | Tite| Plus| Minus| Mult| Div| Modulo| Pow| Reach| Access of Hstring.t| Record| Constr of Hstring.t| Destruct of Hstring.t * bool| Get| Set| Concat| Extract of int * int| BVnot| BVand| BVor| Int2BV of int| BV2Nat| Float| Integer_round| Fixed| Sqrt_real| Sqrt_real_default| Sqrt_real_excess| Abs_int| Abs_real| Real_of_int| Real_is_int| Int_floor| Int_ceil| Integer_log2| Max_real| Max_int| Min_real| Min_int| Not_theory_constant| Is_theory_constant| Linear_dependencyval underscore : tval int : string -> tval real : string -> tval constr : string -> tval destruct : guarded:bool -> string -> tval mk_bound : bound_kind -> Ty.t -> is_open:bool -> is_lower:bool -> boundval is_ac : t -> boolval hash : t -> intval to_string : t -> stringval print : Format.formatter -> t -> unitval to_string_clean : t -> stringval print_clean : Format.formatter -> t -> unitval fresh : ?is_var:bool -> string -> tval is_get : t -> boolval is_set : t -> boolval fake_eq : tval fake_neq : tval fake_lt : tval fake_le : tval print_bound : Format.formatter -> bound -> unitval string_of_bound : bound -> stringmodule Map : sig ... end