Module Brassaia_eio.Proof

include Proof_intf.Proof
module type S = Proof_intf.S
module type Env = Proof_intf.Env
exception Bad_proof of {
  1. context : string;
}
val bad_proof_exn : string -> 'a
module Make (C : Type.S) (H : Hash.S) : sig ... end