Module Values_0.RecipeStepsSource

Sourcetype nonrec t = RecipeStep.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : RecipeStep.t list -> [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of DatabrewCondition.t ]) list ] list | `Structure of (string * [> `Map of ([> `String of ParameterName.t ] * [> `String of ParameterValue.t ]) list | `String of Operation.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> RecipeStep.t list
Sourceval of_json : [> Yojson.Safe.t ] -> RecipeStep.t list
Sourceval to_json : RecipeStep.t list -> Yojson.Safe.t