module Basic_test:sig
..end
type
t = {
|
test_id : |
|
name : |
|
f : |
val f : t -> unit -> unit
val name : t -> string
val test_id : t -> Id.t
module Fields:sig
..end
val create : name:string -> (unit -> unit) -> t
val make_filename : t -> string