dependent-types
Here are 194 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
Jul 23, 2021 - JavaScript
-
Updated
Jul 22, 2021 - Haskell
-
Updated
May 16, 2021 - 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 24, 2021 - Haskell
-
Updated
Jul 2, 2019 - Swift
-
Updated
Jan 7, 2021 - C
-
Updated
Jun 19, 2021 - Agda
-
Updated
Jul 23, 2021 - Coq
-
Updated
Jun 7, 2021 - OCaml
-
Updated
Jul 12, 2018 - Haskell
-
Updated
Jul 23, 2021 - OCaml
-
Updated
Jul 21, 2021 - OCaml
-
Updated
Jul 22, 2021 - Rust
-
Updated
Jun 24, 2021 - Coq
-
Updated
Jul 4, 2021 - Scala
-
Updated
May 8, 2021 - Haskell
-
Updated
Mar 8, 2021 - Haskell
-
Updated
Jul 25, 2021 - Java
-
Updated
Sep 21, 2020 - Rust
-
Updated
Sep 21, 2020 - Rust
-
Updated
May 26, 2016 - Agda
-
Updated
Jun 22, 2019 - Rust
-
Updated
Apr 9, 2021 - OCaml
-
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
Currently, it is very easy to accidentally put
Typeclasses Opaqueinto aSection. This means its effect will be lost when the section closes, which often is not desired. This is hard to notice or debug.It would be great if
Typeclasses Opaquesupported explicitLocalandGlobaljust like the underlyin