Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Service directory description
and 'schema static_directory = {
services : 'schema service MethMap.t;
subdirs : 'schema static_subdirectories option;
}
and 'schema static_subdirectories =
| Suffixes of 'schema directory StringMap.t
| Arg of Arg.descr * 'schema directory
val pp_print_directory : Format.formatter -> 'schema directory -> unit