proof-assistant
Here are 88 public repositories matching this topic...
Stabler gensym
This is very low prio, but it usually happens that when touching Prims or some other file high in the dependency graph, we get spurious diffs in many other files. Since we check-in the snapshot, and we need to have it up-to-date, we get very verbose commits when nothing relevant changed. Plus, when something did change, it's hard to spot.
Example: I removed a few lines in prims and get things
-
Updated
Nov 28, 2020 - Haskell
-
Updated
Nov 25, 2020 - HTML
-
Updated
Nov 18, 2020 - JavaScript
-
Updated
Nov 20, 2020 - Emacs Lisp
-
Updated
Nov 25, 2020 - Emacs Lisp
-
Updated
Oct 1, 2020
-
Updated
Nov 7, 2020 - Clojure
-
Updated
Nov 4, 2019 - Standard ML
-
Updated
Jan 10, 2020 - OCaml
-
Updated
Jul 12, 2018 - Haskell
-
Updated
Oct 30, 2020 - Coq
This issue is not urgent. I open it to keep it in mind.
Many tools use http://www.sphinx-doc.org/ now for their doc, including Coq. See https://coq.inria.fr/distrib/current/refman/ . It seems to be automatically generated from html and http://docutils.sourceforge.net/rst.html files in https://github.com/coq/doc.
Perhaps we should do the same to get a better rendering of the doc.
Eval cbn in 1 + 1.
Definition x :=
Eval cbn in 1 + 1.
Definition y := 2.The second Eval is not highlighted, and the second Definition is indented to match the second Eval.
-
Updated
Nov 12, 2020 - Coq
-
Updated
Oct 28, 2020 - Coq
-
Updated
Oct 19, 2020 - OCaml
-
Updated
Feb 20, 2019 - Rust
search [issue 7] in code for background, or see this commit 1855e9218c7388ce1b4bf1f19d6679fcaea2324c
this issue only touch the parser and elaborator, don't touch the core
-
Updated
Sep 19, 2017 - JavaScript
-
Updated
Feb 27, 2020 - Python
-
Updated
Sep 7, 2020 - Agda
-
Updated
Jan 13, 2020 - OCaml
-
Updated
Jun 22, 2020 - Haskell
-
Updated
Dec 31, 2018 - Coq
-
Updated
Jul 21, 2020 - JavaScript
-
Updated
Apr 11, 2020 - Haskell
Improve this page
Add a description, image, and links to the proof-assistant topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the proof-assistant topic, visit your repo's landing page and select "manage topics."
Description of the problem
The following code does not raise an error, and the behavior is undocumented.