Module Libzipperposition.Eprover_interface

Interfacing with E

module type S = sig ... end
module Make : functor (E : Env.S) -> S with module Env = E