Module Display_config.Fields

module Fields: sig .. end

val names : string list
val show_overheads : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val show_all_values : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val show_samples : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val show_speedup : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val show_percentage : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val show_absolute_ci : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val ascii_table : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val display : ([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm
val limit_width_to : ([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm
val don't_display_table : ([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm
val make_creator : don't_display_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a -> ('b -> bool) * 'c) ->
limit_width_to:(([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm -> 'c -> ('b -> int) * 'd) ->
display:(([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm ->
'd -> ('b -> Textutils.Ascii_table.Display.t) * 'e) ->
ascii_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'e -> ('b -> bool) * 'f) ->
show_absolute_ci:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'f -> ('b -> bool) * 'g) ->
show_percentage:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'g -> ('b -> bool) * 'h) ->
show_speedup:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'h -> ('b -> bool) * 'i) ->
show_samples:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'i -> ('b -> bool) * 'j) ->
show_all_values:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'j -> ('b -> bool) * 'k) ->
show_overheads:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'k -> ('b -> bool) * 'l) ->
'a -> ('b -> Display_config.t) * 'l
val create : don't_display_table:bool ->
limit_width_to:int ->
display:Textutils.Ascii_table.Display.t ->
ascii_table:bool ->
show_absolute_ci:bool ->
show_percentage:bool ->
show_speedup:bool ->
show_samples:bool ->
show_all_values:bool -> show_overheads:bool -> Display_config.t
val map : don't_display_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
limit_width_to:(([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm -> int) ->
display:(([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm -> Textutils.Ascii_table.Display.t) ->
ascii_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_absolute_ci:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_percentage:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_speedup:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_samples:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_all_values:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_overheads:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
Display_config.t
val iter : don't_display_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
limit_width_to:(([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm -> 'b) ->
display:(([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm -> 'c) ->
ascii_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'd) ->
show_absolute_ci:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'e) ->
show_percentage:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'f) ->
show_speedup:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'g) ->
show_samples:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'h) ->
show_all_values:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'i) ->
show_overheads:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'j) ->
'j
val fold : init:'a ->
don't_display_table:('a ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'b) ->
limit_width_to:('b ->
([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm -> 'c) ->
display:('c ->
([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm -> 'd) ->
ascii_table:('d ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'e) ->
show_absolute_ci:('e ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'f) ->
show_percentage:('f ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'g) ->
show_speedup:('g ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'h) ->
show_samples:('h ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'i) ->
show_all_values:('i ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'j) ->
show_overheads:('j ->
([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'k) ->
'k
val map_poly : ([< `Read | `Set_and_create ], Display_config.t, 'a) Fieldslib.Field.user ->
'a list
val for_all : don't_display_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
limit_width_to:(([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm -> bool) ->
display:(([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm -> bool) ->
ascii_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_absolute_ci:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_percentage:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_speedup:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_samples:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_all_values:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_overheads:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
bool
val exists : don't_display_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
limit_width_to:(([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm -> bool) ->
display:(([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm -> bool) ->
ascii_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_absolute_ci:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_percentage:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_speedup:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_samples:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_all_values:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
show_overheads:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> bool) ->
bool
val to_list : don't_display_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
limit_width_to:(([< `Read | `Set_and_create ], Display_config.t, int)
Fieldslib.Field.t_with_perm -> 'a) ->
display:(([< `Read | `Set_and_create ], Display_config.t,
Textutils.Ascii_table.Display.t)
Fieldslib.Field.t_with_perm -> 'a) ->
ascii_table:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
show_absolute_ci:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
show_percentage:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
show_speedup:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
show_samples:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
show_all_values:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
show_overheads:(([< `Read | `Set_and_create ], Display_config.t, bool)
Fieldslib.Field.t_with_perm -> 'a) ->
'a list
module Direct: sig .. end