mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
19 lines
470 B
OCaml
19 lines
470 B
OCaml
(** Congruence Closure Implementation *)
|
|
|
|
open Sidekick_core
|
|
|
|
module type DYN_MONOID_PLUGIN = Sigs_plugin.DYN_MONOID_PLUGIN
|
|
module type MONOID_PLUGIN_ARG = Sigs_plugin.MONOID_PLUGIN_ARG
|
|
module type MONOID_PLUGIN_BUILDER = Sigs_plugin.MONOID_PLUGIN_BUILDER
|
|
|
|
module View = View
|
|
module E_node = E_node
|
|
module Expl = Expl
|
|
module Signature = Signature
|
|
module Resolved_expl = Resolved_expl
|
|
module Plugin = Plugin
|
|
module CC = CC
|
|
|
|
include module type of struct
|
|
include CC
|
|
end
|