We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b38fb7 commit c5f1f45Copy full SHA for c5f1f45
.gitignore
@@ -8,6 +8,9 @@
8
*.cmxs
9
*.cmxa
10
11
+out.png
12
+out.png.csv
13
+
14
# ocamlbuild working directory
15
_build/
16
sppak.ml
@@ -63,7 +63,7 @@ let align_to_4 x =
63
;;
64
65
66
-let align align_mode result =
+let align align_mode (result: _ Bin_pack.result) =
67
match align_mode with
68
| No_align -> result
69
| Align_to_4 ->
0 commit comments