package cmdliner

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

let operators.

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

( let+ ) is map.

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

( and* ) is product.

OCaml

Innovation. Community. Security.