mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15: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_bit b "z";
|
||||||
B.field_int b ~width:5 "foo";
|
B.field_int b ~width:5 "foo";
|
||||||
|
|
||||||
CG.emit_file "foo.mli" (B.gen_mli b);
|
CG.emit_file "foo.mli" [B.gen_mli b];
|
||||||
CG.emit_file "foo.ml" (B.gen_ml b);
|
CG.emit_file "foo.ml" [B.gen_ml b];
|
||||||
()
|
()
|
||||||
]}
|
]}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue