Module Minisys
Minisys regroups some code that used to be in System. Unlike System, this module has no dependency and could be used for initial compilation target such as coqdep_boot. The functions here are still available in System thanks to an include. For the signature, look at the top of system.mli
type unix_path= stringtype file_kind=|FileDir of unix_path * string|FileRegular of string
val (//) : string -> string -> stringval skipped_dirnames : string list Stdlib.refval exclude_directory : string -> unitval ok_dirname : string -> boolval exists_dir : string -> boolval apply_subdir : (file_kind -> unit) -> string -> unix_path -> unitval readdir : string -> string arrayval process_directory : (file_kind -> unit) -> string -> unitval process_subdirectories : (unix_path -> string -> unit) -> string -> unit