package libzipperposition

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

Clause within which a subterm (and its position) are highlighted

type t = {
  1. clause : clause;
  2. pos : Logtk.Position.t;
  3. term : Logtk.Term.t;
}
val compare : t -> t -> int