-
| | |
|--------------------|----|
| Bugzilla Link | [PR40639](https://bugs.llvm.org/show_bug.cgi?id=40639) |
| Status | NEW |
| Importance | P normal |
|…
-
### Description
When a dependently typed function is called and assigned to a union of an invalid type and an error, the function does not return an error. Instead, it assigns the value to the vari…
-
`common/documents/scene.mjs`
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4575
From: @jonleivent
Reported version: 8.5
CC: coq-bugs-redist@lists.gforge.inria.fr
-
```scala
Welcome to Scala 2.12.0 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_102).
Type in expressions for evaluation. Or try :help.
scala> trait InvariantContainer[T0] {
| type T = T0
…
-
Currently `@funsor.torch.function` must wrap each sized matmul individually, e.g.
```py
@function(reals(2,3), reals(3,4), reals(2,4))
def matmul_2_3_4(x, y):
return x.matmul(y)
```
Could we …
-
Currently events are returned as a generic struct with payload as `BTreeMap`:
https://github.com/famedly/zitadel-rust-client/blob/e333bd42a4c3d6f5897819c061569818e4caf2f7/src/v1/types.rs#L14-L28
…
-
A bundling tool may support multiple asset types. It then has the option to
* Perform a build for each asset type separately
* Perform a build for all asset types together
The motivation for th…
-
## Compiler version
3.5.0-RC1
## Minimized code
```Scala
trait Wrap:
type Value
val value: Value
object Wrap:
def unapply(w: Wrap): Some[w.Value] = Some(w.value)
object Test:
…
-
本周继续上周 [Dependent Types in Haskell: Theory and Practice](https://github.com/goldfirere/thesis/blob/master/built/thesis.pdf) 的话题.
阅读讨论的范围是第三章的 "3.1 Eliminating erroneous programs" 部分.
线上讨论时间照旧,北京时间10…