package mc2

  1. Overview
  2. Docs

The implementation of formulas required to implement Tseitin's CNF conversion.

type t

Type of atomic formulas.

val neg : t -> t

Negation of atomic formulas.

Print the given formula.