-
I'm not sure how to entitle this, but I think it's a dependent type.
* Are you reporting a bug, or opening a feature request? **yes**
* Please insert below the code you are checking with mypy,
…
-
Especially for beginners, it can be quite hard to understand the types of react-admin due to its highly reusable type structure.
For example in the `DataProvider` type definition we have for the `ge…
-
This may be a known fact, but Agda allows definitions that occur in their own type:
```agda
A : Set
a : A
data D : A → Set where
d : D a
A = D a
a = d
```
The term `d` h…
-
Hello again!
I keep making detailed proposals for things where I either missed something or there's a good reason it can't work.
So I figured I should just do a rapid fire list and then things can…
-
* cppast version: latest one
* parser: `libclang_parser`
* clang version: 3.9.1+
The type `cpp_depedent_type` will never be created, instead a `cpp_unexposed_type`.
-
This is essentially the same issue as in Agda (see https://github.com/agda/agda/issues/1556).
*Very dependent types* allow an indexed type to use itself as an index. It can be quite useful, but may…
-
Testcase:
```
template using void_t = void;
template void f(decltype(void_t(), 1)) {}
template void f(int);
```
GCC, Clang, and ICC agree that this is mangled as `_Z1fIPiEvDTcmcvv_ELi1EE`. B…
-
### Steps to Reproduce
```idris
import Data.Vect
interface MyInterface (t : {n : Nat} -> Vect n Nat -> Type) where
myFunction : {n : Nat} -> {k : Nat} -> {v1 : Vect n Nat} -> {v2 : Vect k N…
-
### Description
HI Team,
Almost all the application we are using rich text editor and we are dependent on third party library like react-draft-wysiwyg
https://www.npmjs.com/package/react-draft-wy…
-
Haskell’s and GHC Core’s type systems impose severe limitations on the expressiveness of compiling to categories, including (but not only) the inability to express and verify the semantic correctness …