mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-16 23:56:43 -05:00
suppressed testing with non-deterministic
This commit is contained in:
parent
7c0a414eee
commit
d0b6332e0c
1 changed files with 5 additions and 3 deletions
|
|
@ -136,11 +136,13 @@ instance `# install_printer Containers.(List.pp Int.pp)` will *not* work out of
|
||||||
the box. You can make this work by writing a short module which defines
|
the box. You can make this work by writing a short module which defines
|
||||||
ready-made combined printing functions, and loading that in ocamldebug. For
|
ready-made combined printing functions, and loading that in ocamldebug. For
|
||||||
instance
|
instance
|
||||||
```
|
|
||||||
ocaml module M = struct
|
```ocaml non-deterministic=command
|
||||||
|
module M = struct
|
||||||
let pp_int_list = Containers.(List.pp Int.pp)
|
let pp_int_list = Containers.(List.pp Int.pp)
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
loaded via `# load_printer m.cmo` and installed as `# install_printer
|
loaded via `# load_printer m.cmo` and installed as `# install_printer
|
||||||
M.pp_int_list`.
|
M.pp_int_list`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue