package ocaml-logicalform

  1. Overview
  2. Docs

Module LogicalForm.CNF

module type I = sig ... end
module Make (C : Clause.I) : I with module Clause = C