ser_future.ml
coq-serapi.serapi_v8_13
coq-serapi.serlib
coq-serapi.sertop_v8_12
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ring
serlib_ssr
serlib_ssrmatching
1 2 3 4 type 'a computation = 'a Future.computation let computation_of_sexp f x = Future.from_val (f x) let sexp_of_computation f x = f Future.(force x)
1 2 3 4
type 'a computation = 'a Future.computation let computation_of_sexp f x = Future.from_val (f x) let sexp_of_computation f x = f Future.(force x)