package irmin
- Overview
 - No Docs
 
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Irmin, a distributed database that follows the same design principles as Git
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      irmin-2.7.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=fac7c032f472fb369378ad2d8fe77e7cd3b3c1c6a0d7bf59980b69528891b399
    
    
  sha512=06db1c4e90d43bdfbea2d4f15037eef77207877c05019a6ce0f7f7771afe7d9200da019e3d845ff98ee86947f3e538e1521d818e6d6ddd97105fcaeb746fe418
    
    
  doc/irmin.mem/Irmin_mem/Make/Private/Commit/Node/Path/index.html
Module Node.PathSource
Path provides base functions on node paths.
Path
val empty : tThe empty path.
val is_empty : t -> boolCheck if the path is empty.
Deconstruct the first element of the path. Return None if the path is empty.
Deconstruct the last element of the path. Return None if the path is empty.
Value Types
val t : t Irmin.Type.tt is the value type for t.
val step_t : step Irmin.Type.tstep_t is the value type for step.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page