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