package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val merged : t option -> t option -> bool

merged d1 d2 indicates if the d1 and d2 are the same and doesn't need to be merged

val merge : Egraph.wt -> (t option * Node.t) -> (t option * Node.t) -> bool -> unit

merge d (dom1,cl1) (dom2,cl2) inv called when cl1 and cl2 are going to be merged in the same equivalence class. - if inv is false, cl2 will be the new representative - if inv is true, cl1 will be the new representative

val pp : Containers.Format.formatter -> t -> unit
val key : t Kind.t
OCaml

Innovation. Community. Security.