dependent-types
Here are 172 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
Aug 6, 2020 - C++
-
Updated
Oct 18, 2020 - Haskell
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Oct 18, 2020 - Rust
-
Updated
Mar 3, 2019 - Haskell
Allow import M as _
It would be a nice convenience to allow the syntax
import M as _.
This would have the effect of checking module M but not adding any of its names to the context of the importing file. The use case for this is if you want to have a single Cedille source file that includes a bunch of other files, without having to worry about namespace clashes. This would be handy for testing. One can achie
-
Updated
Jul 2, 2019 - Swift
-
Updated
Oct 16, 2020 - Haskell
-
Updated
Oct 11, 2020 - C
-
Updated
Oct 11, 2020 - Agda
-
Updated
Oct 14, 2020 - Coq
-
Updated
Jul 12, 2018 - Haskell
-
Updated
Oct 17, 2020 - OCaml
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.
-
Updated
Jul 26, 2020 - OCaml
-
Updated
Jul 16, 2020 - Coq
-
Updated
Jul 16, 2020 - Haskell
-
Updated
Oct 16, 2020 - Rust
-
Updated
Jun 8, 2020 - Scala
-
Updated
Sep 21, 2020 - Rust
-
Updated
Jun 22, 2019 - Rust
-
Updated
Sep 21, 2020 - Rust
-
Updated
May 26, 2016 - Agda
-
Updated
Feb 20, 2019 - Rust
-
Updated
Oct 16, 2020
-
Updated
Oct 7, 2018 - Haskell
Improve this page
Add a description, image, and links to the dependent-types topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependent-types topic, visit your repo's landing page and select "manage topics."
In math comp we are considering switching some records to primitive, but the current syntax for that is very ugly, see
math-comp/math-comp#591
since one has to
Set/Unsetbefore/after each record declaration.