Module Ocvs_behav (.ml)


module Ocvs_behav: sig .. end
Types and objects to specify the behaviour of the list and tree displaying cvs-handled files.


type autorization_response =
| Continue (*ok*)
| Skip (*Skip this file*)
| Stop (*Stop the command*)
class type ['a] data = object .. end
class type ct_cvs = object .. end
class type ['a] list_behaviour = object .. end
class type ['a] tree_behaviour = object .. end
class ['a] cvs : 'a data -> object .. end