package core

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

Module Command.Let_syntaxSource

include module type of struct include Command.Let_syntax end
Sourceval return : 'a -> 'a Command.Param.t
include Base.Applicative.Applicative_infix with type 'a t := 'a Command.Param.t
Sourceval (<*>) : ('a -> 'b) Command.Param.t -> 'a Command.Param.t -> 'b Command.Param.t

same as apply

Sourceval (>>|) : 'a Command.Param.t -> ('a -> 'b) -> 'b Command.Param.t
Sourcemodule Let_syntax : sig ... end
OCaml

Innovation. Community. Security.