Module Stable_unit_test_intf.Unordered_container_test
Unordered container tests are for types with serializations that will contain a certain set of elements (each represented by a single sexp or bin-io string) which may appear in any order, such as hash tables and hash sets.
type t={sexps : Core_kernel__.Import.string Core_kernel__.Import.list;bin_io_header : Core_kernel__.Import.string;bin_io_elements : Core_kernel__.Import.string Core_kernel__.Import.list;}