File tree Expand file tree Collapse file tree 3 files changed +29
-9
lines changed
Expand file tree Collapse file tree 3 files changed +29
-9
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ Follow the instructions on https://github.com/coq-community/templates to regener
1212
1313
1414
15- This small library enables the use of the Micromega tactics for goals stated
16- with the definitions of the Mathematical Components library by extending the
17- zify tactic.
15+ This small library enables the use of the Micromega arithmetic solvers of Coq
16+ for goals stated with the definitions of the Mathematical Components library
17+ by extending the zify tactic.
1818
1919## Meta
2020
@@ -47,4 +47,12 @@ make install
4747```
4848
4949
50+ ## File contents
5051
52+ - ` zify_ssreflect.v ` : Z-ification instances for the ` coq-mathcomp-ssreflect `
53+ library
54+ - ` zify_algebra.v ` : Z-ification instances for the ` coq-mathcomp-algebra `
55+ library
56+ - ` zify.v ` : re-exports all the Z-ification instances
57+ - ` ssrZ.v ` : provides a minimal facility for reasoning about ` Z ` and relating
58+ ` Z ` and ` int `
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ license: "CECILL-B"
1212
1313synopsis: "Micromega tactics for Mathematical Components"
1414description: """
15- This small library enables the use of the Micromega tactics for goals stated
16- with the definitions of the Mathematical Components library by extending the
17- zify tactic."""
15+ This small library enables the use of the Micromega arithmetic solvers of Coq
16+ for goals stated with the definitions of the Mathematical Components library
17+ by extending the zify tactic."""
1818
1919build: [make "-j%{jobs}%" ]
2020install: [make "install"]
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ synopsis: >-
99 Micromega tactics for Mathematical Components
1010
1111description : |-
12- This small library enables the use of the Micromega tactics for goals stated
13- with the definitions of the Mathematical Components library by extending the
14- zify tactic.
12+ This small library enables the use of the Micromega arithmetic solvers of Coq
13+ for goals stated with the definitions of the Mathematical Components library
14+ by extending the zify tactic.
1515
1616authors :
1717- name : Kazuhiko Sakaguchi
@@ -51,4 +51,16 @@ dependencies:
5151 [MathComp](https://math-comp.github.io) 1.12.0 or later
5252
5353namespace : mathcomp.zify
54+
55+ documentation : |-
56+ ## File contents
57+
58+ - `zify_ssreflect.v`: Z-ification instances for the `coq-mathcomp-ssreflect`
59+ library
60+ - `zify_algebra.v`: Z-ification instances for the `coq-mathcomp-algebra`
61+ library
62+ - `zify.v`: re-exports all the Z-ification instances
63+ - `ssrZ.v`: provides a minimal facility for reasoning about `Z` and relating
64+ `Z` and `int`
65+
5466 ---
You can’t perform that action at this time.
0 commit comments