module Entry:sig
..end
type 'a
indexed_spec = {
|
arg_name : |
|
arg_values : |
|
thunk : |
type
test_spec =
| |
Regular_thunk : |
| |
Indexed_thunk : |
type
t = private {
|
unique_id : |
|
code : |
|
type_conv_path : |
|
name : |
|
filename : |
|
line : |
|
startpos : |
|
endpos : |
|
test_spec : |
|
bench_module_name : |
val compare : t -> t -> int
val get_indexed_arg_name : t -> string option
val get_module_name_opt : t -> string option