Binsec_base.SigsGeneric signatures used throughout BINSEC
module type ANY = sig ... endmodule type PRINTABLE = sig ... endmodule type STR_INJECTIBLE = sig ... endmodule type STRINGIFIABLE = sig ... endmodule type COMPARABLE = sig ... endmodule type COMPARABLE_EXT = sig ... endmodule type HASHABLE_AUTO = sig ... endmodule type HASHABLE = sig ... endmodule type ITERABLE = sig ... endmodule type EQ = sig ... endmodule type COMPARISON = sig ... endmodule type ARITHMETIC = sig ... endmodule type LOGICAL = sig ... endmodule type EXTENDED_LOGICAL = sig ... endmodule type SHIFT_ROT = sig ... endmodule type BITWISE = sig ... end