mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-12 22:10:53 -05:00
7 lines
179 B
OCaml
7 lines
179 B
OCaml
(** {2 Congruence Closure} *)
|
|
|
|
module type ARG = Sidekick_core.CC_ARG
|
|
module type S = Sidekick_core.CC_S
|
|
|
|
module Make(CC_A: ARG)
|
|
: S with module A=CC_A.A and module CC_A = CC_A
|