Module Actions_arguments.Change_pageSource
Sourcetype change = | Absolute of int| Relative of int| All| Range of int * int
Sourceval action_name : string Sourceval parse_single_action :
(change list * unit, string) Actions_arguments__.Parse.parsed ->
arg * W.warnor list Sourceval parse_args :
string ->
(arg list * Actions_arguments__.Warnings.warnor list, [> `Msg of string ])
result Sourceval args_as_string : arg list -> string