-
```lean
import Lean
open Lean Meta Elab Tactic Command
/-- 自作したコンストラクタ。ただし iff のみを分解できる -/
elab "iff_constructor" : tactic => do
let mvarId ← getMainGoal
let goalType ← getMainTarget
…
-
Some thoughts I will try to address shortly, but this can start a discussion.
This follows the merging of #66.
1. There is no benefit in using `sum` and `prop` in `Type` instead of `\/` and `/\` i…
-
The behavior added in #634 to address #633 feels confusing to me when contrasted with the behavior of tests that return `Task`, especially for xUnit/NUnit tests annotated with `PropertyAttribute`.
…
-
**Memgraph version**
v2.12
**Describe the bug**
Where exists pattern is always evaluated, no matter if the other conditions lead to a false where clause. That can be mitigated by short circuiting…
-
### Overview of the problem
**Buefy** version: 0.9.29 (I don't know if this impact buefy-next)
**Vuejs** version: 2.7.15
**OS/Browser**: Chrome (irrelevant)
### Description
The `has-icon` p…
-
```lean
opaque People : Type
/-- A さんは B さんのことが好き(愛している)という述語 -/
opaque love (a b : People) : Prop
@[inherit_doc] infix:70 " -♥→ " => love
/-- 「すべての人は誰かに好かれている」ことを表す命題 -/
def everyone_love…
-
When I hit [Select Enabled] and [Copy Settings to Selected] in 4.2 it doesn't copy and this appears on the console:
```
Traceback (most recent call last):
File "C:\Users\guest\AppData\Roaming\B…
-
### Description
Add the `basis` prop for flex-basis style to Layout components
### Reasons for suggestion
flex-grow, flex-shrink를 위한 `grow`, `shrink` 속성은 존재하나 flex-basis을 위한 속성은 따로 존재하지 않아 사용에 불편함이…
-
- Copying zip to temp directory
- Installing magisk-module-audio-samplerate-changer-v1.0.1.zip
- Current boot slot: _b
- Device is system-as-root
Archive: /data/user/0/com.topjohnwu.magisk/cache/…
-
I am running `lean-smt` on goals that are relatively large (hundreds of times in a single file) and the translation to SMT (i.e. not the actual invocation of the solver) is a major bottleneck. For ins…