package slipshow

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

Module Actions_arguments.WSource

Sourcetype loc = int * int
Sourcetype 'a node = 'a * loc
Sourceval range : (int * int) -> 'a node list -> loc
Sourcetype warnor =
  1. | UnusedArgument of {
    1. action_name : string;
    2. argument_name : string;
    3. possible_arguments : string list;
    4. loc : loc;
    }
  2. | Parsing_failure of {
    1. msg : string;
    2. loc : loc;
    }
Sourcetype 'a t = 'a * warnor list
Sourceval errors_acc : warnor list ref
Sourceval add : warnor -> unit
Sourceval with_ : (unit -> 'a) -> 'a * warnor list
Sourcemodule M : sig ... end
Sourcemodule RM : sig ... end