package shexp

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

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.14.0.tar.gz
sha256=01fa41159385c30cc9de233fda13f359fb8ad1b01ed513dd1de8262aa64a3d35
md5=d756263aa2b95303edba19af36c0feea

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

Module Process.Let_syntaxSource

Open this module when using ppx_let

Sourceval return : 'a -> 'a t
include module type of Infix
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

Sourcemodule Let_syntax : sig ... end
OCaml

Innovation. Community. Security.