package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 4.12.0
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      4.12.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=adc07a3995362403f3cb11085a86354de08e5a7f9eb3c09be7bbcc38a3a26744
    
    
  doc/odoc_info/Odoc_info/Value/index.html
Module Odoc_info.Value
Representation and manipulation of values, class attributes and class methods.
type t_value = Odoc_value.t_value = {- val_name : Name.t;(*- Complete name of the value. *)
- mutable val_info : info option;(*- Information found in the optional associated comment. *)
- val_type : Types.type_expr;(*- Type of the value. *)
- val_recursive : bool;(*
 *)- trueif the value is recursive.
- mutable val_parameters : Odoc_parameter.parameter list;(*- The parameters, if any. *)
- mutable val_code : string option;(*- The code of the value, if we had the only the implementation file. *)
- mutable val_loc : location;
}Representation of a value.
type t_attribute = Odoc_value.t_attribute = {- att_value : t_value;(*- an attribute has almost all the same information as a value *)
- att_mutable : bool;(*
 *)- trueif the attribute is mutable.
- att_virtual : bool;(*
 *)- trueif the attribute is virtual.
}Representation of a class attribute.
type t_method = Odoc_value.t_method = {- met_value : t_value;(*- a method has almost all the same information as a value *)
- met_private : bool;(*
 *)- trueif the method is private.
- met_virtual : bool;(*
 *)- trueif the method is virtual.
}Representation of a class method.
val is_function : t_value -> boolReturn true if the value is a function, i.e. it has a functional type.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >