-
This is a link to tom7's amazing PhD: http://tom7.org/papers/modal-types-for-mobile-code.pdf
As the PhD says, it's about "modal types for mobile code". We see it as an alternative to the threading …
-
Proguard desugaring seems to have a bug with default methods and parameter annotation. Lets assume we have class "TestClass1" with:
```java
import apple.uikit.protocol.UIApplicationDelegate;
publ…
-
```
rule choice(A:Int, B:Int) => A #Or B
```
is transformed during kompilation to something like
```
rule choice(A:Int, B:Int) => C:Int
```
with no further restrictions on C.
-
### **Motivation**
There are common idioms for writing FunDep code. Furthermore if combined with Overlaps, the 'textbook' examples don't work reliably, so needing rather verbose idioms to get dep…
AntC2 updated
5 years ago
-
Disclaimer, I'm not sure I'm actually in favor of this, but I thought I'd throw it out there for discussion.
During the transition period until authors can reliaibly just serve stylesheets containi…
-
目前仅支持Android8.0以上的版本,我在其他issue中看到是因为java.time的问题
目前Android通过脱糖可以支持java.time的接口而无需设置最低平台版本号。这种方式可行吗?
-
A simple mathematical definition of CRCs can be found on Wikipedia:
[Mathematics of cyclic redundancy checks](https://en.wikipedia.org/wiki/Mathematics_of_cyclic_redundancy_checks#Maths)
> ![](htt…
-
This is a fun one.
Even with `#[derive(FromPest)]`, the initial creation of the ast structures is fairly rote.
It would be really cool if we could take a `.pest` file and create a working (thoug…
CAD97 updated
5 years ago
-
to write something like `password
-
Just for reference, I noticed https://ghc.haskell.org/trac/ghc/ticket/15488 and I can confirm that compilation is slow.
This is for accelerate-1.2.0.0 (current from hackage) with ghc-8.4.3 on GNU/L…