-
See https://github.com/leanprover-community/mathlib3port/blob/948275e/Mathbin/CategoryTheory/Category/Basic.lean#L74 for an example. The appearances of `hom` here should be `Hom` (referring to `Quiver…
-
The following fails with `error: vm check failed: i < 2 (possibly due to incorrect axioms, or sorry)`:
```lean
def join (sep : string) : list string → string
| [x] := x
| [] := ""
| (x::…
-
The current `IrGenerators` produces TLA+ expressions with arbitrary type annotations.
This produces errors in property-based testing such as #1364.
Filtering the current (sometimes ill-typed) expr…
-
你好,读了您的paper,觉得很是厉害!但是有个地方不是很明白。如果有一个新的需要预测的测试集,是否还要重新加入节点重新跑代码计算,才能预测?关于预测我不是很懂。论文结论中的这段话我也不是很明白。However, a major limitation of this study is that the GCN model is inherently transductive, in which t…
-
Herbert B. Enderton
# Introduction
- [x] Baby Set theory
- [x] Sets - An Informal View
- [x] Classes
- [x] Axiomatic Method
- [x] Notation
- [x] Historical Notes
# Axioms and Operations
…
-
## Refactoring of typing definitions.
In `Typing.v`, all of the typing rules are parameterized by a `ge:genv`, i.e. expression typing (`expr_types`) is:
```
(ge,path,D,G) |- e : t
```
`ge` shou…
-
Hi,
sometimes the value is not exactly as the gas meter shows. That could be bouncing / prellen if the reed contact is near the magnet and no active gas flow.
Any ideas to solve this issue ?
-
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5287
From: @JasonGross
Reported version: 8.6
CC: coq-bugs-redist@lists.gforge.inria.fr
See also: [BZ#5278](h…
-
I'm wondering whether it would be difficult to add support for multiple edges that go from and to the same vertex. Particularly, I'm interested in knowing how much work it would require to adapt the `…