Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Exception.Mechanism
Sourcetype t = private {
type_ : string;
description : string option;
help_link : string option;
handled : bool option;
data : string Core_kernel.String.Map.t;
}
val make :
type_:string ->
?description:string ->
?help_link:string ->
?handled:bool ->
?data:string Core_kernel.String.Map.t ->
unit ->
t