-
# Summary
Hey all, it's [been a minute](https://github.com/rust-lang/lang-team/issues/203) since @rust-lang/initiative-keyword-generics has presented anything to T-lang. We've done a fair bit of wo…
-
Hi!
Currently I'm using TypeScript as a primary language but it lacks a predictable, complete and sound type system so this project looks very promising and I'm looking forward to the first releas…
-
I have a vector with items of several related types (form field data like RadioField, Input, Label) and I'd like to validate that each item conforms to the appropriate type structure. (Types may be id…
-
ㅈㄱㄴ이긴 한데,,,
type class의 존재 의의가 무엇인가? For What?? '_'??
뭐하러 standard type을 기준 삼아 붙을 수 있는 각 operator의 동작(function, behavior)을 정의하는 게 아니라, operator(behavior)를 기준으로, standard type 의 집합(group)을 정의하고 (+ …
-
I'm Alejandro Serrano, a PhD student in the area of functional programming, currently working in [Utrecht University](http://www.cs.uu.nl/staff/mena.html). I use Haskell for my daily job, but I also l…
-
Currently, the general-purpose (i.e. not JSON-specific) polymorphism is supported only by subclassing `AbstractPolymorphicSerializer` with `internal` constructor.
The rationale is basically the sam…
-
As a masochistic tree-concern user, I'd like to be able to make `Tree`s of polymorphic models.
- [ ] Make sure `Tree` work with a polymorphic relationship
- [ ] Add a migration helper to support…
Cedev updated
7 years ago
-
#### Description of the problem
This caused the minimization failure at https://github.com/coq/coq/pull/14746#issuecomment-960971850
```
$ cat foo.v
```
```coq
(* -*- coq-prog-args: ("-ema…
-
**Description and expected behavior**
Example schema:
```
model User {
id Int @id @default(autoincrement())
type String
@@auth
@@delegate(type)
}
model HappyUser extends U…
-
**Creating a Java Main Class**
=====
Java Classes
The main Method
**Data In the Cart**
=====
Introducing variables
Working with Strings
Working with numbers
Manipulating numeric data
**M…