package speed
-
speed
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type test_function = unit Domain.test_input -> unit Lwt.t
type ('a, 'b) cont = 'a -> test_outcome -> 'b Lwt.t
val run : test_function -> 'a -> ('a, 'b) cont -> 'b Lwt.t