Legend:
Library
Module
Module type
Parameter
Class
Class type
This module provides an implementation of an efficientunion-find data-structure. It's main exported type, t, is used to represent equivalence classes in the EGraph data-structures provided by Ego.
type t = private int
An abstract datatype used to represent equivalence classes in Ego.