slipshow.actions_arguments
Actions_arguments.W
slipshow
slipshow.communication
slipshow.datafiles
slipshow.diagnosis
slipshow.highlightjs
slipshow.katex
slipshow.mermaid
slipshow.previewer
slipshow.server_assets
slipshow.slipshow_communication
type loc = int * int
type 'a node = 'a * loc
val range : (int * int) -> 'a node list -> loc
type warnor =
| UnusedArgument of {
action_name : string;
argument_name : string;
possible_arguments : string list;
loc : loc;
}
| Parsing_failure of {
msg : string;
type 'a t = 'a * warnor list
val errors_acc : warnor list ref
val add : warnor -> unit
val with_ : (unit -> 'a) -> 'a * warnor list
module M : sig ... end
module RM : sig ... end