package libzipperposition

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

boolean subterms

type term = Logtk.Term.t

Deal with boolean subterms as if prop was a specific case of datatype. The rules are:

Cs ---------------------- Ctrue or s=false where s boolean, not a variable, proper subterm

module type S = sig ... end
module Make (E : Libzipperposition.Env.S) : S with module Env = E

As Extension