package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = (Logtk.ID.t * Logtk.ID.t) list

A precedence on symbol. Each pair means that thG first symbol is bigger than the second one.

val neg_to_constraint : t -> Constraint.t

Constraint that explicitly eliminate this solution

include Logtk.Interfaces.PRINT with type t := t
val to_string : t -> string