File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 8
8
; (per_file
9
9
; (Init/*.v -> -boot))
10
10
(libraries
11
- ltac_plugin
12
- tauto_plugin
11
+ coq-core.plugins.ltac
12
+ coq-core.plugins.tauto
13
13
14
- cc_plugin
15
- firstorder_plugin
14
+ coq-core.plugins.cc
15
+ coq-core.plugins.firstorder
16
16
17
- number_string_notation_plugin
17
+ coq-core.plugins.number_string_notation
18
18
19
- btauto_plugin
20
- rtauto_plugin
19
+ coq-core.plugins.btauto
20
+ coq-core.plugins.rtauto
21
21
22
- ring_plugin
23
- nsatz_plugin
22
+ coq-core.plugins.ring
23
+ coq-core.plugins.nsatz
24
24
25
- zify_plugin
26
- micromega_plugin
25
+ coq-core.plugins.zify
26
+ coq-core.plugins.micromega
27
27
28
- funind_plugin
28
+ coq-core.plugins.funind
29
29
30
- ssreflect_plugin
31
- derive_plugin ))
30
+ coq-core.plugins.ssreflect
31
+ coq-core.plugins.derive ))
32
32
33
33
(include_subdirs qualified)
34
34
You can’t perform that action at this time.
0 commit comments