elpi.runtime
Symbol.UF
elpi
elpi.compiler
elpi.lexer_config
elpi.parser
elpi.trace
elpi.util
trace_ppx
trace_ppx_runtime
include Elpi_util.Util.Show
type t
val pp : Format.formatter -> t -> unit
val show : t -> string
include Elpi_util.Util.ShowKey with type key = symbol
type key = symbol
val pp_key : Format.formatter -> key -> unit
val show_key : key -> string
module KeySet : Elpi_util.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