dependent-types
Here are 216 public repositories matching this topic...
Describe the bug
When installing the Kind toolchain the kind-scm command is installed. When I read [THEOREMS.md][theorems] the command is named kind.
To Reproduce
Steps to reproduce the behavior:
- Following installation instructions for Ubuntu
- Read [
THEOREMS.md][theorems]
Expected behavior
I would expect
A formula like forall x1. forall. x2. exists x3. phi gets resugared to, and hence pretty printed as, forall x1 x2 x3. phi. The bug is in the uncurry function in FStar.Syntax.Reguar.fs.
-
Updated
Aug 6, 2020 - C++
-
Updated
Mar 27, 2022 - Haskell
unwords, unlines, etc. have ad-hoc implementations that should be refactored via
join : String -> List String -> String
join sep ws = concat (intersperse sep ws)-
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
Mar 4, 2022 - Coq
-
Updated
Mar 24, 2022 - Haskell
-
Updated
Jul 2, 2019 - Swift
-
Updated
Jan 7, 2021 - C
-
Updated
Dec 7, 2021 - Agda
-
Updated
Mar 18, 2022 - OCaml
-
Updated
Mar 25, 2022 - Coq
-
Updated
Mar 25, 2022 - Rust
-
Updated
Feb 3, 2022 - OCaml
-
Updated
Jul 12, 2018 - Haskell
-
Updated
Mar 20, 2022 - Haskell
-
Updated
Mar 25, 2022 - OCaml
-
Updated
Jun 24, 2021 - Coq
-
Updated
Jan 29, 2022 - Scala
-
Updated
Mar 8, 2021 - Haskell
-
Updated
Aug 10, 2021 - Haskell
-
Updated
Sep 21, 2020 - Rust
-
Updated
Mar 27, 2022 - Java
-
Updated
Mar 13, 2022 - OCaml
-
Updated
Sep 21, 2020 - Rust
-
Updated
Mar 9, 2022 - TypeScript
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."
Code like
have {H}H : ...triggers a cryptic warning. It should suggest to write
have {}H : ...instead.
See also: https://coq.zulipchat.com/#narrow/stream/237664-math-comp-users/topic/duplicate.20clear