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.14.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=01fa41159385c30cc9de233fda13f359fb8ad1b01ed513dd1de8262aa64a3d35
    
    
  md5=d756263aa2b95303edba19af36c0feea
    
    
  doc/shexp.process/Shexp_process/Let_syntax/index.html
Module Shexp_process.Let_syntaxSource
Open this module when using ppx_let
Open this module when using ppx_let
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)"
  >