AltErgoLib.Symbolstype operator = | Plus |
| Minus |
| Mult |
| Div |
| Modulo |
| Concat |
| Extract |
| Get |
| Set |
| Fixed |
| Float |
| Reach |
| Access of Hstring.t |
| Record |
| Sqrt_real |
| Abs_int |
| Abs_real |
| Real_of_int |
| Int_floor |
| Int_ceil |
| Sqrt_real_default |
| Sqrt_real_excess |
| Min_real |
| Min_int |
| Max_real |
| Max_int |
| Integer_log2 |
| Pow_real_int |
| Pow_real_real |
| Integer_round |
| Constr of Hstring.t |
| Destruct of Hstring.t * bool |
| Tite |
val 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 : Stdlib.Format.formatter -> t -> unitval to_string_clean : t -> stringval print_clean : Stdlib.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 : Stdlib.Format.formatter -> bound -> unitval string_of_bound : bound -> stringmodule Map : sig ... end