module Seqtactics: sig .. end
sig
end
module Make: functor (Seq : Sigs.SEQUENT) -> Sigs.SEQTACTICS with type seq_t = Seq.t
functor (
Seq
:
Sigs.SEQUENT
) ->
Sigs.SEQTACTICS
with type seq_t = Seq.t