Module Actions_arguments.PauseSource

Sourceval on : string
Sourceval action_name : string
Sourcetype args = [
  1. | `Self
  2. | `Ids of string W.node list
]
Sourceval parse_args : string -> ([ `Ids of (string * (int * int)) list | `Self ] * Actions_arguments__.Warnings.warnor list, [> `Msg of string ]) result