package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 4.13.1
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      4.13.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=194c7988cc1fd1c64f53f32f2f7551e5309e44d914d6efc7e2e4d002296aeac4
    
    
  doc/ocamloptcomp/Remove_unused_arguments/index.html
Module Remove_unused_arguments
val separate_unused_arguments_in_closures : 
  Flambda.program ->
  backend:(module Backend_intf.S) ->
  Flambda.programIntroduce a stub function to avoid depending on unused arguments.
For instance, it turns let rec fact n unused = if n = 0 then 1 else n * fact (n-1) unused into let rec fact' n = if n = 0 then 1 else n * fact' (n-1) and fact n unused = fact' n
val separate_unused_arguments_in_set_of_closures : 
  Flambda.set_of_closures ->
  backend:(module Backend_intf.S) ->
  Flambda.set_of_closures option sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >