dependent-types
Here are 175 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
Dec 4, 2020 - Haskell
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Dec 4, 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
Dec 4, 2020 - Haskell
-
Updated
Oct 11, 2020 - C
-
Updated
Nov 17, 2020 - Agda
-
Updated
Nov 17, 2020 - OCaml
-
Updated
Dec 1, 2020 - Coq
-
Updated
Jul 12, 2018 - Haskell
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
Nov 13, 2020 - OCaml
-
Updated
Dec 4, 2020 - Rust
-
Updated
Jul 16, 2020 - Coq
-
Updated
Dec 3, 2020 - Haskell
-
Updated
Jun 8, 2020 - Scala
-
Updated
Nov 21, 2020 - Haskell
-
Updated
Sep 21, 2020 - Rust
-
Updated
Sep 21, 2020 - Rust
-
Updated
Jun 22, 2019 - 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."
Description of the problem
The following code does not raise an error, and the behavior is undocumented.