1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
File "option.ml", line 63, characters 17-28:
63 | [@@@ocamlformat "margin=90"]
^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
margin not allowed here
File "option.ml", line 13, characters 3-19:
13 | [@@ocamlformat.typo "if-then-else=keyword-first"]
^^^^^^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat.typo'.
Invalid format: Unknown suffix "typo"
File "option.ml", line 21, characters 3-14:
21 | [@@ocamlformat 1, "if-then-else=keyword-first"]
^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
Invalid format: String expected
File "option.ml", line 28, characters 3-14:
28 | [@@ocamlformat "if-then-else=bad"]
^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
For option "if-then-else": invalid value 'bad', expected one of 'compact', 'fit-or-vertical',
'vertical', 'keyword-first' or 'k-r'
File "option.ml", line 39, characters 14-25:
39 | [@@ocamlformat "if-then-else=bad"]
^^^^^^^^^^^
Warning 47 [attribute-payload]: illegal payload for attribute 'ocamlformat'.
For option "if-then-else": invalid value 'bad', expected one of 'compact', 'fit-or-vertical',
'vertical', 'keyword-first' or 'k-r'
|