-
## 💥 Proposal
This may not be urgent, but eventually we'll want to support generic types (e.g. parametric polymorphism), i.e. types that are parameterized over other types, a feature commonly found…
-
## Describe the Bug
I'm trying to use a lazy type to solve a cyclical dep issue with a generic type and I'm getting a TypeError.
I have the following code:
````
from typing import TY…
-
When processing a type like this:
```lua
type _fieldDefStack = Array
```
Darklua currently adds parentheses around `GraphQLField?` which creates invalid syntax:
```lua
type _fieldDefStack = …
-
### Example
```nim
type
Box*[T] = object
when sizeof(T) != 0: value: int
Obj* = object
_*: Box[RefObj]
RefObj* = ref Obj
```
### Actual Output
```
PS C:\Users\shaya\Do…
-
IMHO, this should typecheck
```
type T = K
type ApplyNumber = T
const x : ApplyNumber = 3
```
-
## Testing Problem
In jqwik 1.7 it was possible to have a structure like this:
```java
public interface SimpleTest {
@Property
default void simpleTest(@ForAll("datapoints") T…
-
We should have some generic page types in the CMS module. It's kind of a faff to have to make a new blog for new projects or whatever, when really they're probably going to be the same
-
Requested for instance by @harlequinzeg0 https://github.com/amorilia/nifxml/pull/3#issuecomment-8807750
-
Restoring interfaces to Alan blocks a lot of the standard library from being trimmed down significantly.
It's *very* similar to generic functions both conceptually and by implementation, except the…
-
Can you use generic types instead converting the whole data object to type `any`. Otherwise all TypeScript information about the object properties will be lost!
Here is my implementation:
```ts
…