aboutsummaryrefslogtreecommitdiff
path: root/plugins/cc/dune
blob: ee28148c5ac039fcb1ce78f2d70a9aeca430df18 (plain)
1
2
3
4
5
6
7
(library
 (name cc_plugin)
 (public_name coq-core.plugins.cc)
 (synopsis "Coq's congruence closure plugin")
 (libraries coq-core.plugins.ltac))

(coq.pp (modules g_congruence))