elpi.util
Union_find.Make
elpi
elpi.compiler
elpi.lexer_config
elpi.parser
elpi.runtime
elpi.trace
trace_ppx
trace_ppx_runtime
module O : Util.Map.OrderedType
include Util.Show
type t
val pp : Format.formatter -> t -> unit
val show : t -> string
include Util.ShowKey with type key = O.t
type key = O.t
val pp_key : Format.formatter -> key -> unit
val show_key : key -> string
module KeySet : Util.Set.S with type elt = key
val empty : t
val is_empty : t -> bool
val find : t -> key -> key
val find_class : t -> key -> key * KeySet.t
val union : t -> key -> canon:key -> key option * t
val merge : t -> t -> t
val roots : t -> KeySet.t
val mapi : (key -> key) -> t -> t