Mirage_miscUtility module.
Cut at the first occurence of a given character.
after prefix s returns the part of s after prefix, * if s starts with prefix.
val append : out_channel -> ('a, unit, string, unit) format4 -> 'aval newline : out_channel -> unitval command : ?redirect:bool -> ('a, unit, string, unit) format4 -> 'aval read_command : ('a, unit, string, string) format4 -> 'amodule OCamlfind : sig ... endval error : ('a, unit, string, 'b) format4 -> 'aval info : ('a, unit, string, unit) format4 -> 'aval cofind : ('a, 'b) Hashtbl.t -> 'b -> 'aCan raise Not_found.
val find_or_create : ('a, 'b) Hashtbl.t -> 'a -> (unit -> 'b) -> 'bFind the value associated with a key in an hash-table or create a new value if it the key is not already in there.
val dump : (string, string) Hashtbl.t -> unitDump the contents of a hash table to stderr.