module Proofrule: sig .. end
sig
end
module Make: functor (Seq : Sigs.SEQUENT) -> Sigs.PROOFRULE with type seq_t = Seq.t with type proof_t = Proof.Make(Seq).t
functor (
Seq
:
Sigs.SEQUENT
) ->
Sigs.PROOFRULE
with type seq_t = Seq.t
with type proof_t = Proof.Make(Seq).t