mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
fix doc
This commit is contained in:
parent
01358f93fd
commit
33af762216
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ let () =
|
|||
B.field_bit b "z";
|
||||
B.field_int b ~width:5 "foo";
|
||||
|
||||
CG.emit_file "foo.mli" (B.gen_mli b);
|
||||
CG.emit_file "foo.ml" (B.gen_ml b);
|
||||
CG.emit_file "foo.mli" [B.gen_mli b];
|
||||
CG.emit_file "foo.ml" [B.gen_ml b];
|
||||
()
|
||||
]}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue