package jenga

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

Policy for treating the command output

val ignore : unit t

no stdout expected; command being run for effect

val stdout : string t

stdout expected & wanted

val none : 'a t -> 'a

given an ouput policy of a specific type, cause no output