-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* Checked that your issue isn't already [filed](https://github.com/leanprover/lean4/is…
-
Does this board support an inductive probe (Omron)? Vorons use a 3-wire inductive probe or Klicky. Add this connector and everyone will want to use the board. It's more important than endstops whic…
-
```coq
Record A := Build_A { }.
Locate Build_A.
(* Constructor Foo.Build_A *)
About Build_A.
```
If I do goto-definition on `Build_A` on line 4, I would expect to be jumped to line 1 but not…
-
-
Turning indices into parameters might break the termination check:
```agda
postulate _∋_ : (A : Set) → A → A
module PassesWithIndex where
mutual
data Con : Set where
_,_ : (Γ : Con…
-
### Is your feature request related to a problem?
Tactic `discriminate` is able to refutes `S n = 0` and it does it by mapping `S n` to `True` and `0` to `False` in the one-constructor inductive fami…
-
## Basic Design + Syntax
The (rough) syntax for defining an inductive type is as follows:
```
data type-name (x1 : p1) (x2 : p2) ... : (y1 : i1) -> (y2 : i2) -> ... -> type where
| c1 : args -> ty…
-
: |
-
Under the 5-way 1-shot setting on the mini dataset, the source code can only reproduce the results of the inductive setting and is far from achieving the results of the transductive setting. The code …
-
I will tackle the implementation of an inductively defined labeled directed graph over the course of the next 2 weeks.
As a base I will use the paper available at https://web.engr.oregonstate.edu/~er…
NobbZ updated
8 years ago