package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Official release 5.1.0
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      5.1.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=43a3ac7aab7f8880f2bb6221317be55319b356e517622fdc28359fe943e6a450
    
    
  doc/compiler-libs.common/Shape/Make_reduce/index.html
Module Shape.Make_reduce
The Make_reduce functor is used to generate a reduction function for shapes.
It is parametrized by:
- an environment and a function to find shapes by path in that environment
 - a function to load the shape of an external compilation unit
 - some fuel, which is used to bound recursion when dealing with recursive shapes introduced by recursive modules. (FTR: merlin currently uses a fuel of 10, which seems to be enough for most practical examples)
 
Parameters
module Context : sig ... endSignature
val reduce : Context.env -> t -> t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page