liquid-fixpoint-0.1.0.0: external/fixpoint/timeout.mli
(* simple timeout mechanism executes a function for a number of seconds
* specified by the first argument *)
val do_timeout: int -> ('a -> 'b) -> 'a -> 'b option
(* simple timeout mechanism executes a function for a number of seconds
* specified by the first argument *)
val do_timeout: int -> ('a -> 'b) -> 'a -> 'b option