-
- [x] Rename fashion-driven to "Timeless"
- [x] Move up "no blessed library".
- [x] Rename "No dead or unreachable code" to "No unused declarations"
- [ ] Monotonic declarations.
- [ ] Layered pro…
-
I wanted to throw in my tuppence on what Unison could do about typeclasses (see comment below) so I'm opening this issue as a place to put such things.
I'm aware that this is one of those topics th…
-
For the JPEG decoder example I expect we'll want some of the capability to play with numerical precision (i.e. quantization) and determine its impact on final result accuracy, since for the IDCT you c…
-
이것도 [WWDC 2016 Understanding Swift Performance ](https://developer.apple.com/videos/play/wwdc2016/416/)세션과 연관되는 글이다.
struct + protocol 를 사용하면 단순히 struct를 사용하는 것에 비해 성능이 안좋아진다고 했는데 이 타입을 파라미터로 전달한다고…
-
# 深入typescript类型系统: 泛型
https://zhuanlan.zhihu.com/p/82056426 前面讲了typescript关于子类型的一些类型设计,本文主要讲述关于泛型的一些类型设计。
泛型和子类型几乎是正交的两个概念,当然两者也可以配合使用(Bounded Polymorphism)。泛型可以说是Typescript类型系统里最难以理解的部分,因为其涉及非常多ty…
-
## 💥 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…
-
When designing polymorphism, we need to take the LLVM backend into account, as it is the main backend (and currently the only one that exists).
## Inheritance subtype polymorphism
Here is some exa…
phase updated
7 years ago
-
This is a partial response to #482.
The abstraction notation `{x : A} C` is overloaded, as it has two possible types: `C` could be a `judgement` or a `boundary`. As far as the AML type system is co…
-
## Saturday - 6/12
- Light Reading:
- https://evrone.com/rob-pike-interview
- https://news.ycombinator.com/item?id=23031778
- https://en.wikipedia.org/wiki/Parametric_polymorphism _("Gen…
-
(Original post in https://gist.github.com/osa1/38fd51abe5247462eddb7d014f320cd2)
Fir should have convenient handling of error values, using polymorphic variants.
Fir won't have subtyping for nam…
osa1 updated
3 months ago