We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee5b3c commit 1a55698Copy full SHA for 1a55698
ocaml/typing/jkind.ml
@@ -1814,8 +1814,8 @@ let has_layout_any jkind =
1814
module Debug_printers = struct
1815
open Format
1816
1817
- let concrete_creation_reason ppf :
1818
- History.concrete_creation_reason -> unit = function
+ let concrete_creation_reason ppf : History.concrete_creation_reason -> unit =
+ function
1819
| Match -> fprintf ppf "Match"
1820
| Constructor_declaration idx ->
1821
fprintf ppf "Constructor_declaration %d" idx
ocaml/typing/jkind.mli
@@ -91,7 +91,6 @@ module Layout : sig
91
| Word
92
| Bits32
93
| Bits64
94
-
95
end
96
97
0 commit comments