[sledge] Document Equality variable context handling

Summary:
Many Equality functions accept and return a set of variables, document
their function.

Reviewed By: ngorogiannis

Differential Revision: D20596492

fbshipit-source-id: b91ae7197
master
Josh Berdine 5 years ago committed by Facebook GitHub Bot
parent b64ed0bbf2
commit d1de5db6c8

@ -6,7 +6,12 @@
*) *)
(** Constraints representing equivalence relations over uninterpreted (** Constraints representing equivalence relations over uninterpreted
functions and linear rational arithmetic *) functions and linear rational arithmetic.
Functions that return relations that might be stronger than their
argument relations accept and return a set of variables. The input set
is the variables with which any generated variables must be chosen
fresh, and the output set is the variables that have been generated. *)
type t [@@deriving compare, equal, sexp] type t [@@deriving compare, equal, sexp]

Loading…
Cancel
Save