We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The output of the --pretty still looks quite dense, in particular:
--pretty
,
:
)
;
{
}
function caml_string_notequal(s1, s2) {return 1 - caml_string_equal(s1, s2)}
caml_utf8_of_utf16
(c >= 56319 || i + 1 == l || (d = s.charCodeAt(i + 1)) < 56320 || d > 57343)
And some more subjective points:
if
while
var
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The output of the
--pretty
still looks quite dense, in particular:,
,:
,)
,;
{
and}
is odd, e.g.:caml_utf8_of_utf16
:And some more subjective points:
if
,while
, etc. shouldn't be omittedvar
instead of grouping them with,
(reference)The text was updated successfully, but these errors were encountered: