package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 5.2.1
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ocaml-5.2.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=2d0f8090951a97a2c0e5b8a11e90096c0e1791d2e471e4a67f87e3b974044cd0
    
    
  doc/odoc_info/Odoc_info/Exception/index.html
Module Odoc_info.Exception
Representation and manipulation of exceptions.
type exception_alias = Odoc_exception.exception_alias = {- ea_name : Name.t;(*- The complete name of the target exception. *)
- mutable ea_ex : t_exception option;(*- The target exception, if we found it. *)
}Used when the exception is a rebind of another exception, when we have exception Ex = Target_ex.
and t_exception = Odoc_exception.t_exception = {- ex_name : Name.t;
- mutable ex_info : info option;(*- Information found in the optional associated comment. *)
- ex_args : Odoc_type.constructor_args;
- ex_ret : Types.type_expr option;(*- The optional return type of the exception. *)
- ex_alias : exception_alias option;(*
 *)- Nonewhen the exception is not a rebind.
- mutable ex_loc : location;
- mutable ex_code : string option;
} sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >