package shexp

  1. Overview
  2. Docs
Process library and s-expression based shell

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.15.0.tar.gz
sha256=4af322366779ce139a625c5d815d76d82a2ae7d9bc2efec33b5c3b824e04e6d3

doc/shexp.process/Shexp_process/Std/Process/Infix/index.html

Module Process.InfixSource

Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t

Same as bind

Sourceval (>>|) : 'a t -> ('a -> 'b) -> 'b t

Same as map

Sourceval (>>) : unit t -> 'a t -> 'a t

a >> b is the same as a >>= fun () -> b

Sourceval (|-) : unit t -> 'a t -> 'a t

Same as pipe

Sourceval (|+) : 'a t -> 'b t -> ('a * 'b) t

Same as pipe_both

OCaml

Innovation. Community. Security.