Module Context.Make_proofSource
Parameters
Signature
type ('proof, 'result) verifier :=
'proof ->
(DB.tree -> (DB.tree * 'result) Lwt.t) ->
(DB.tree * 'result,
[ `Proof_mismatch of string
| `Stream_too_long of string
| `Stream_too_short of string ])
result
Lwt.t