val compare : t -> t -> intval equal : t -> t -> boolval is_pointer : t -> boolval is_disjointness : t -> boolval is_spatial_any : t -> boolmodule Self : sig ... endinclude sig ... end
val pp : Stdlib.Format.formatter -> Self.t -> unitval print : ?prefix:string -> Self.t -> unitval show_option : Self.t option -> stringval print_option : ?prefix:string -> Self.t option -> unitval dump : string -> Self.t -> unitval show_list : ?separator:string -> Self.t list -> stringval pp_list : Stdlib.Format.formatter -> Self.t list -> unitval print_list : ?separator:string -> ?prefix:string -> Self.t list -> unit