Verification.Io
Common code for handling the IO of all proof backends supported
module type Backend = sig ... end
module type BackendIO = sig ... end
module MakeBackendIO
(B : Backend) :
BackendIO
with type vc_encoding = B.vc_encoding
and type backend_context = B.backend_context
and type model = B.model