Module My_std


module My_std: sig .. end
Generic utility functions, and system-independent glue.

exception Exit_OK
exception Exit_usage of string
exception Exit_system_error of string
exception Exit_with_code of int
exception Exit_silently_with_code of int
module Outcome: Signatures.OUTCOME 
val ksbprintf : (string -> 'a) -> ('b, Format.formatter, unit, 'a) Pervasives.format4 -> 'b
val sbprintf : ('a, Format.formatter, unit, string) Pervasives.format4 -> 'a
module Set: sig .. end
module List: Signatures.LIST 
module String: Signatures.STRING 
module Digest: sig .. end
module StringSet: Set.S  with type elt = String.t
val sys_readdir : string -> (string array, exn) Outcome.t
val sys_remove : string -> unit
val reset_readdir_cache : unit -> unit
val reset_filesys_cache : unit -> unit
val reset_filesys_cache_for_file : string -> unit
val sys_file_exists : string -> bool
val sys_command : string -> int
val filename_concat : string -> string -> string
val invalid_arg' : ('a, Format.formatter, unit, 'b) Pervasives.format4 -> 'a
include Signatures.MISC