package smol

  1. Overview
  2. Docs

Monomials are sets of literals with non-negative integer exponents. They form a monoid with respect to their multiplication.

module Make (Literal : Literal.S) : sig ... end