module Behav: sig end
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