package cmdlang

  1. Overview
  2. Docs

Module type Command.Applicative_syntaxSource

type 'a t
val (let+) : 'a t -> ('a -> 'b) -> 'b t
val (and+) : 'a t -> 'b t -> ('a * 'b) t