package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 5.1.1
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      5.1.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=57f7b382b3d71198413ede405d95ef3506f1cdc480cda1dca1e26b37cb090e17
    
    
  doc/compiler-libs.common/Types/Separability/index.html
Module Types.Separability
see Typedecl_separability for an explanation of separability and separability modes.
val print : Format.formatter -> t -> unitval rank : t -> intModes are ordered from the least to the most demanding: Ind < Sep < Deepsep. 'rank' maps them to integers in an order-respecting way: m1 < m2 <=> rank m1 < rank m2
max_mode m1 m2 returns the most demanding mode. It is used to express the conjunction of two parameter mode constraints.
type signature = t listThe 'separability signature' of a type assigns a mode for each of its parameters. ('a, 'b) t has mode (m1, m2) if (t1, t2) t is separable whenever t1, t2 have mode m1, m2.
val print_signature : Format.formatter -> signature -> unitval default_signature : arity:int -> signatureThe most pessimistic separability for a completely unknown type.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >