Module Bistro_internals.CommandSource
Sourcetype 'a t = | Simple_command of 'a Template.t| And_list of 'a t list| Or_list of 'a t list| 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