package cmdlang

  1. Overview
  2. Docs

Module type Command.Applicative_infixSource

type 'a t
val (>>|) : 'a t -> ('a -> 'b) -> 'b t