module Sig:sig..end
type answer =
| |
Yes of |
| |
No |
type 'a literal =
| |
LSem of |
| |
LTerm of |
type'ainput ='a Literal.view * Literal.LT.t option * Explanation.t
type 'a result = {
|
assume : |
|
remove : |
module type RELATION =sig..end
module type THEORY =sig..end
module type COMBINATOR =sig..end
module type X =sig..end
module type C =sig..end