package odisco

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type config = {
  1. cfg_master : string;
  2. cfg_port : int;
}
val safe_config : config option -> config