blob: 9ec2b10873a6bca72f6f3cd09dc2994233b36e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(library
(name ltac_plugin)
(public_name coq-core.plugins.ltac)
(synopsis "Coq's LTAC tactic language")
(modules :standard \ tauto)
(libraries coq-core.stm))
(library
(name tauto_plugin)
(public_name coq-core.plugins.tauto)
(synopsis "Coq's tauto tactic")
(modules tauto)
(libraries coq-core.plugins.ltac))
(coq.pp (modules extratactics g_tactic g_rewrite g_eqdecide g_auto g_obligations g_ltac profile_ltac_tactics coretactics g_class extraargs))
|