mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
Python: capitalize_ascii is not supported in older versions of OCaml
This commit is contained in:
@@ -243,7 +243,7 @@ let read_channel env path file c =
|
||||
Debug.dprintf debug "%s parsed successfully.@." file;
|
||||
let file = Filename.basename file in
|
||||
let file = Filename.chop_extension file in
|
||||
let name = String.capitalize_ascii file in
|
||||
let name = String.capitalize file in
|
||||
Debug.dprintf debug "building module %s.@." name;
|
||||
let inc = Mlw_typing.open_file env path in
|
||||
inc.open_module (mk_id name);
|
||||
|
||||
Reference in New Issue
Block a user