You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ We try to preserve backward compatibility as best as we can.
89
89
Each file is documented in its header in ASCII.
90
90
91
91
[HTML rendering of the source code](https://math-comp.github.io/analysis/htmldoc_1_7_0/index.html) (using a fork of [`coq2html`](https://github.com/xavierleroy/coq2html)).
92
+
It includes inheritance diagrams for the mathematical structures that MathComp-Analysis adds on top of MathComp's ones.
92
93
93
94
Overview presentations:
94
95
-[Classical Analysis with Coq](https://perso.crans.org/cohen/CoqWS2018.pdf) (2018)
@@ -110,24 +111,6 @@ Other work using MathComp-Analysis:
110
111
-[Experimenting with an intrinsically-typed probabilistic programming language in Coq](https://staff.aist.go.jp/reynald.affeldt/documents/syntax-aplas2023.pdf) (2023)
111
112
-[Taming Differentiable Logics with Coq Formalisation](https://drops.dagstuhl.de/storage/00lipics/lipics-vol309-itp2024/LIPIcs.ITP.2024.4/LIPIcs.ITP.2024.4.pdf) (2024)
112
113
113
-
## Mathematical structures
114
-
115
-
MathComp-Analysis adds mathematical structures on top of MathComp's ones.
116
-
The following inheritance diagram displays the resulting hierarchy as of version 1.1.0
117
-
(excluding most MathComp structures).
118
-
The structures introduced by MathComp-Analysis are highlighted.
119
-
(See `topology.v`, `normedtype.v`, `reals.v`, `measure.v`.)
0 commit comments