module Test:sig
..end
module Id:Core.Std.Unique_id.Int
(
Core.Std.Unit
)
module Basic_test:sig
..end
type
t = {
|
name : |
|
tests : |
val tests : t -> Basic_test.t list
val name : t -> string
module Fields:sig
..end
val create : name:string -> (unit -> unit) -> t
val create_indexed : name:string ->
args:Core.Std.Int.t Core.Std.List.t ->
(Core.Std.Int.t -> (unit -> unit) Core.Std.Staged.t) -> t