package alba
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Alba compiler
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.4.4.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
    
    
  md5=25234357587126685d64f16236167937
    
    
  doc/alba.fmlib/Fmlib/Io/Output/argument-1-Io/Path/index.html
Module Io.Path
val absolute : string -> string tabsolute path converts path into an absolute path.
split path splits path into a dirname and a basename if possible.
Examples:
  split ""                = None
  split "/"               = None
  split "/hello"          = Some ("/", "hello")
  split "/User/name/xxx/" = Some("/User/name", "xxx")
  split "/User/name/xxx"  = Some("/User/name", "xxx")normalize path removes duplicate path separators and normalizes "." and ".." segments.
Examples:
  normalize ""            = "."
  normalize "/"           = "/"
  normalize "////"        = "/"
  normalize "a//b"        = "a/b"
  normalize "a/./b"       = "a/b"
  normalize "a/../b"      = "b"
  normalize "a/b/../../c" = "c"
  normalize "../a"        = "../a" sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >