package ocp-indent
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A simple tool to indent OCaml programs
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      1.8.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=70db6649a8c08a682ad63730c9752e31
    
    
  sha512=565353de333dd44375366fff75e85a6256c3cd9ff52b3db79803141f975e77cda04dfe32f5e0f2d4c82c59be8f04e9c2bf4d066b113b2cdf267f4c3dcfa401da
    
    
  doc/ocp-indent.utils/Nstream/index.html
Module NstreamSource
Stream with efficient n-lookup
Source
type token = {- region : Pos.Region.t;
- token : Approx_lexer.token;
- newlines : int;
- between : string Lazy.t;
- substr : string Lazy.t;
- offset : int;
}Enhanced tokens
Creates a stream from a string. Make sure you don't change the string in-place after calling of_string, or anything could happen
Creates a stream from a channel. Better if you don't want to block, but less efficient
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >