package libzipperposition

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type proof_step = Logtk.Proof.Step.t
type proof = Logtk.Proof.t
type result =
  1. | Sat
  2. | Unsat of proof
exception WrongState of string
module type S = sig ... end