package ppx_deriving_cmdliner
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Cmdliner.Term.t generator
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.6.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=858b040231bacc6cbf1028d92710d87dc1c19855541d9c9624a61bd378127edc
    
    
  md5=5a1050704c477f0ee46001cc2f4fe697
    
    
  doc/src/ppx_deriving_cmdliner.runtime/ppx_deriving_cmdliner_runtime.ml.html
Source file ppx_deriving_cmdliner_runtime.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15include Ppx_deriving_runtime let (>>=) x f = match x with Result.Ok x -> f x | (Result.Error _) as x -> x let (>|=) x f = x >>= fun x -> Result.Ok (f x) let rec map_bind f acc xs = match xs with | x :: xs -> f x >>= fun x -> map_bind f (x :: acc) xs | [] -> Result.Ok (List.rev acc) type 'a error_or = ('a, string) Result.result
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >