Module Ocvs_misc (.ml)


module Ocvs_misc: sig .. end
Miscelaneous functions .

val get_n_first_ele : int -> 'a list -> 'a list * 'a list
val get_cvs_directories : string -> string list
Get subdirectories of a directory, except the CVS directory. Return only the subdirectories handled by CVS, that is, the ones with a CVS subdirectory. The returned names are not concatenated to the given directory name.
val chop_whitespace : string -> int -> string
Return the given string without the blanks from the given pos.