Bap_recipe.ParamRecipe Parameters.
type t = paramval name : param -> stringname p the parameter p name.
val doc : param -> stringdoc p the parameter p description.
val default : param -> stringdefault p the default value of the parameter p.
val pp : Stdlib.Format.formatter -> param -> unitpp ppf p prints the human-readable description of p.