package bistro

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

Module Bistro_internals.CommandSource

Sourcetype 'a t =
  1. | Simple_command of 'a Template.t
  2. | And_list of 'a t list
  3. | Or_list of 'a t list
  4. | Pipe_list of 'a t list
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval deps : 'a t -> compare:('a -> 'a -> int) -> 'a list
OCaml

Innovation. Community. Security.