Module RSCSource

Sourcetype t
Sourcetype of_rsc_error =
  1. | Rsc_error of string
  2. | Unexpected_variant of string
Sourceexception Of_rsc_error of of_rsc_error
Sourceval of_rsc_error_to_string : of_rsc_error -> string
Sourceval of_rsc_error : ?depth:int -> ?width:int -> rsc:t -> string -> 'a
Sourceval of_rsc_msg_error : string -> 'a
Sourceval of_rsc_unexpected_variant : ?depth:int -> ?width:int -> rsc:t -> string -> 'a
Sourceval of_rsc_msg_unexpected_variant : string -> 'a
Sourcemodule Primitives : sig ... end