Module Raw_monitor.Fields_of_t_

module Fields_of_t_: sig .. end

val names : string list
val kill_index : ([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm
val someone_is_listening : ([< `Read | `Set_and_create ], 'a Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm
val has_seen_error : ([< `Read | `Set_and_create ], 'a Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm
val errors : ([< `Read | `Set_and_create ], 'execution_context Raw_monitor.t_,
(exn, 'execution_context) Raw_tail.t)
Fieldslib.Field.t_with_perm
val parent : ([< `Read | `Set_and_create ], 'execution_context Raw_monitor.t_,
'execution_context Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm
val id : ([< `Read | `Set_and_create ], 'a Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm
val here : ([< `Read | `Set_and_create ], 'a Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm
val name : ([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm
val make_creator : name:(([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm -> 'b -> ('c -> Core.Std.Info.t) * 'd) ->
here:(([< `Read | `Set_and_create ], 'e Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm ->
'd -> ('c -> Core.Std.Source_code_position.t option) * 'f) ->
id:(([< `Read | `Set_and_create ], 'g Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm -> 'f -> ('c -> int) * 'h) ->
parent:(([< `Read | `Set_and_create ], 'i Raw_monitor.t_,
'i Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm ->
'h -> ('c -> 'j Raw_monitor.t_ option) * 'k) ->
errors:(([< `Read | `Set_and_create ], 'l Raw_monitor.t_,
(exn, 'l) Raw_tail.t)
Fieldslib.Field.t_with_perm ->
'k -> ('c -> (exn, 'j) Raw_tail.t) * 'm) ->
has_seen_error:(([< `Read | `Set_and_create ], 'n Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'm -> ('c -> bool) * 'o) ->
someone_is_listening:(([< `Read | `Set_and_create ], 'p Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'o -> ('c -> bool) * 'q) ->
kill_index:(([< `Read | `Set_and_create ], 'r Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm -> 'q -> ('c -> Kill_index.t) * 's) ->
'b -> ('c -> 'j Raw_monitor.t_) * 's
val create : name:Core.Std.Info.t ->
here:Core.Std.Source_code_position.t option ->
id:int ->
parent:'a Raw_monitor.t_ option ->
errors:(exn, 'a) Raw_tail.t ->
has_seen_error:bool ->
someone_is_listening:bool -> kill_index:Kill_index.t -> 'a Raw_monitor.t_
val map : name:(([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm -> Core.Std.Info.t) ->
here:(([< `Read | `Set_and_create ], 'b Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm -> Core.Std.Source_code_position.t option) ->
id:(([< `Read | `Set_and_create ], 'c Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm -> int) ->
parent:(([< `Read | `Set_and_create ], 'd Raw_monitor.t_,
'd Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm -> 'e Raw_monitor.t_ option) ->
errors:(([< `Read | `Set_and_create ], 'f Raw_monitor.t_,
(exn, 'f) Raw_tail.t)
Fieldslib.Field.t_with_perm -> (exn, 'e) Raw_tail.t) ->
has_seen_error:(([< `Read | `Set_and_create ], 'g Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> bool) ->
someone_is_listening:(([< `Read | `Set_and_create ], 'h Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> bool) ->
kill_index:(([< `Read | `Set_and_create ], 'i Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm -> Kill_index.t) ->
'e Raw_monitor.t_
val iter : name:(([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm -> 'b) ->
here:(([< `Read | `Set_and_create ], 'c Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm -> 'd) ->
id:(([< `Read | `Set_and_create ], 'e Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm -> 'f) ->
parent:(([< `Read | `Set_and_create ], 'g Raw_monitor.t_,
'g Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm -> 'h) ->
errors:(([< `Read | `Set_and_create ], 'i Raw_monitor.t_,
(exn, 'i) Raw_tail.t)
Fieldslib.Field.t_with_perm -> 'j) ->
has_seen_error:(([< `Read | `Set_and_create ], 'k Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'l) ->
someone_is_listening:(([< `Read | `Set_and_create ], 'm Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'n) ->
kill_index:(([< `Read | `Set_and_create ], 'o Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm -> 'p) ->
'p
val fold : init:'a ->
name:('a ->
([< `Read | `Set_and_create ], 'b Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm -> 'c) ->
here:('c ->
([< `Read | `Set_and_create ], 'd Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm -> 'e) ->
id:('e ->
([< `Read | `Set_and_create ], 'f Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm -> 'g) ->
parent:('g ->
([< `Read | `Set_and_create ], 'h Raw_monitor.t_,
'h Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm -> 'i) ->
errors:('i ->
([< `Read | `Set_and_create ], 'j Raw_monitor.t_,
(exn, 'j) Raw_tail.t)
Fieldslib.Field.t_with_perm -> 'k) ->
has_seen_error:('k ->
([< `Read | `Set_and_create ], 'l Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'm) ->
someone_is_listening:('m ->
([< `Read | `Set_and_create ], 'n Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'o) ->
kill_index:('o ->
([< `Read | `Set_and_create ], 'p Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm -> 'q) ->
'q
val map_poly : ([< `Read | `Set_and_create ], 'a Raw_monitor.t_, 'b) Fieldslib.Field.user ->
'b list
val for_all : name:(([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm -> bool) ->
here:(([< `Read | `Set_and_create ], 'b Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm -> bool) ->
id:(([< `Read | `Set_and_create ], 'c Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm -> bool) ->
parent:(([< `Read | `Set_and_create ], 'd Raw_monitor.t_,
'd Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm -> bool) ->
errors:(([< `Read | `Set_and_create ], 'e Raw_monitor.t_,
(exn, 'e) Raw_tail.t)
Fieldslib.Field.t_with_perm -> bool) ->
has_seen_error:(([< `Read | `Set_and_create ], 'f Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> bool) ->
someone_is_listening:(([< `Read | `Set_and_create ], 'g Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> bool) ->
kill_index:(([< `Read | `Set_and_create ], 'h Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm -> bool) ->
bool
val exists : name:(([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm -> bool) ->
here:(([< `Read | `Set_and_create ], 'b Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm -> bool) ->
id:(([< `Read | `Set_and_create ], 'c Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm -> bool) ->
parent:(([< `Read | `Set_and_create ], 'd Raw_monitor.t_,
'd Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm -> bool) ->
errors:(([< `Read | `Set_and_create ], 'e Raw_monitor.t_,
(exn, 'e) Raw_tail.t)
Fieldslib.Field.t_with_perm -> bool) ->
has_seen_error:(([< `Read | `Set_and_create ], 'f Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> bool) ->
someone_is_listening:(([< `Read | `Set_and_create ], 'g Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> bool) ->
kill_index:(([< `Read | `Set_and_create ], 'h Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm -> bool) ->
bool
val to_list : name:(([< `Read | `Set_and_create ], 'a Raw_monitor.t_, Core.Std.Info.t)
Fieldslib.Field.t_with_perm -> 'b) ->
here:(([< `Read | `Set_and_create ], 'c Raw_monitor.t_,
Core.Std.Source_code_position.t option)
Fieldslib.Field.t_with_perm -> 'b) ->
id:(([< `Read | `Set_and_create ], 'd Raw_monitor.t_, int)
Fieldslib.Field.t_with_perm -> 'b) ->
parent:(([< `Read | `Set_and_create ], 'e Raw_monitor.t_,
'e Raw_monitor.t_ option)
Fieldslib.Field.t_with_perm -> 'b) ->
errors:(([< `Read | `Set_and_create ], 'f Raw_monitor.t_,
(exn, 'f) Raw_tail.t)
Fieldslib.Field.t_with_perm -> 'b) ->
has_seen_error:(([< `Read | `Set_and_create ], 'g Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'b) ->
someone_is_listening:(([< `Read | `Set_and_create ], 'h Raw_monitor.t_, bool)
Fieldslib.Field.t_with_perm -> 'b) ->
kill_index:(([< `Read | `Set_and_create ], 'i Raw_monitor.t_, Kill_index.t)
Fieldslib.Field.t_with_perm -> 'b) ->
'b list
module Direct: sig .. end