Odoc_valuemodule Name = Odoc_nametype t_value = {val_name : Name.t;mutable val_info : Odoc_types.info option;val_type : Types.type_expr;val_recursive : bool;mutable val_parameters : Odoc_parameter.parameter list;mutable val_code : string option;mutable val_loc : Odoc_types.location;}val value_parameter_text_by_name : t_value -> string -> Odoc_types.text optionval update_value_parameters_text : t_value -> unitval parameter_list_from_arrows :
Types.type_expr ->
(Asttypes.arg_label * Types.type_expr) listval dummy_parameter_list : Types.type_expr -> Odoc_parameter.param_info listval is_function : t_value -> bool