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 de60815 commit 5e0b05aCopy full SHA for 5e0b05a
odoc_gen/generator.ml
@@ -525,7 +525,7 @@ struct
525
[] -> ()
526
| e :: _ ->
527
let s =
528
- match (Char.uppercase (Name.simple (name e)).[0]) with
+ match (Char.uppercase_ascii (Name.simple (name e)).[0]) with
529
'A'..'Z' as c -> String.make 1 c
530
| _ -> ""
531
in
vendor/cppo/cppo_bin.ml
@@ -1,3 +1,4 @@
1
+[@@@warning "a"]
2
module Cppo_command : sig
3
#1 "cppo_command.mli"
4
type command_token =
0 commit comments