b0.std
Test.T
The type for testable values.
ocaml
b0
opam
b0 test
b0.file
b0.kit
b0.memo
b0.tool
type t
The tested type.
val equal : t -> t -> bool
equal asserts the equality of two values.
equal
val pp : t B0_std.Fmt.t
pp formats values for inspection.
pp