package shexp
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Process library and s-expression based shell
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      shexp-v0.15.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=4af322366779ce139a625c5d815d76d82a2ae7d9bc2efec33b5c3b824e04e6d3
    
    
  doc/shexp.process/Shexp_process/Infix/index.html
Module Shexp_process.InfixSource
Source
val (>>=) : 
  'a Shexp_process__.Process.t ->
  ('a -> 'b Shexp_process__.Process.t) ->
  'b Shexp_process__.Process.tSame as bind
Same as map
Source
val (>>) : 
  unit Shexp_process__.Process.t ->
  'a Shexp_process__.Process.t ->
  'a Shexp_process__.Process.ta >> b is the same as a >>= fun () -> b
Source
val (|-) : 
  unit Shexp_process__.Process.t ->
  'a Shexp_process__.Process.t ->
  'a Shexp_process__.Process.tSame as pipe
Source
val (|+) : 
  'a Shexp_process__.Process.t ->
  'b Shexp_process__.Process.t ->
  ('a * 'b) Shexp_process__.Process.tSame as pipe_both
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >