package colibri2

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

Normalization of equations generic in the shape of the terms

type 'a solve_with_unsolved =
  1. | AlreadyEqual
  2. | Contradiction
  3. | Unsolved
  4. | Subst of 'a Colibri2_core.Node.M.t
module WithUnsolved (P : sig ... end) : sig ... end
type 'a solve_total =
  1. | AlreadyEqual
  2. | Contradiction
  3. | Subst of Colibri2_core.Node.t * 'a
module Total (P : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.