package tilde_f
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Provides a let-syntax for continuation-passing style.
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tilde_f-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=b059bbe0100d63eb0e6950e04ca82b1e136e35ddd6d69c03f4bd347e3f683dcd
    
    
  doc/index.html
tilde_f
API
Library tilde_f
Tilde_fThe main purpose ofTilde_fis make code with a lot of nested function arguments more readable. The following expression:
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page