Odoc_info.Valuetype t_value = Odoc_value.t_value = {val_name : Name.t;mutable val_info : 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 : location;}type t_attribute = Odoc_value.t_attribute = {att_value : t_value;att_mutable : bool;att_virtual : bool;}val is_function : t_value -> bool