package slipshow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Actions_arguments.Change_pageSource

Sourcetype change =
  1. | Absolute of int
  2. | Relative of int
  3. | All
  4. | Range of int * int
Sourcetype arg = {
  1. target : id_or_self;
  2. n : change list;
}
Sourcetype args = arg list
Sourceval on : string
Sourceval action_name : string
Sourceval (let+) : ('a, 'b) result -> ('a -> 'c) -> ('c, 'b) result
Sourceval (let*) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
Sourceval parse_change : (String.t * W.loc) -> change option
Sourceval parse_single_action : (change list * unit, string) Actions_arguments__.Parse.parsed -> arg * W.warnor list
Sourceval parse_n : (string * (int * 'a)) -> (change list, 'b) result
Sourceval parse_args : string -> (arg list * Actions_arguments__.Warnings.warnor list, [> `Msg of string ]) result
Sourceval args_as_string : arg list -> string