Global_module.Argument
type 'value t = {
param : Ocaml_typing.Global_module.Parameter_name.t;
value : 'value;
}