Understand the reduction behind apply
|
|
3
|
118
|
December 7, 2022
|
How does one print proof terms as de bruijn indices instead of random named variables in Coq?
|
|
1
|
193
|
December 6, 2022
|
Type (let (a, b) = ... in something a) vs. (something (let (a, b) = ... in a))
|
|
5
|
177
|
November 8, 2022
|
Is it possible to share binary-only libraries across OSes?
|
|
5
|
217
|
October 19, 2022
|
How to be good in formal verification?
|
|
3
|
348
|
October 7, 2022
|
Typeclasses on functions
|
|
1
|
186
|
September 29, 2022
|
Generating latex from coq theorems (Coq to Latex)
|
|
1
|
277
|
September 26, 2022
|
What is unsafe about the Ltac2.Constr.Unsafe module?
|
|
2
|
191
|
September 23, 2022
|
Modules vs. generalized rewrite
|
|
4
|
191
|
September 19, 2022
|
Best way to express that a type is inhabited in a way that allows getting the habitant
|
|
1
|
195
|
September 13, 2022
|
Divmod equation
|
|
3
|
174
|
September 11, 2022
|
Defining functions in proof mode
|
|
6
|
267
|
September 9, 2022
|
"Qed." takes a long time
|
|
7
|
365
|
September 1, 2022
|
Coq and denotational semantics
|
|
1
|
180
|
August 27, 2022
|
Efficient algorithms using tree
|
|
6
|
199
|
August 21, 2022
|
Choosing between SProp and axiomatic proof irrelevance
|
|
11
|
351
|
August 16, 2022
|
Is there a solution for the problematic induction hypotheses generated using eqn:H?
|
|
10
|
268
|
August 15, 2022
|
Print Module [Type] lacks types
|
|
0
|
134
|
August 14, 2022
|
Speed of Program Instance
|
|
0
|
133
|
August 12, 2022
|
"Correct" way to structure modules
|
|
2
|
209
|
August 9, 2022
|
The reference omega was not found in the current environment
|
|
2
|
384
|
August 1, 2022
|
Is it possible to suppose the falsity of the goal and prove False in Coq?
|
|
5
|
397
|
July 28, 2022
|
Reusing values from inductive relation
|
|
2
|
160
|
July 24, 2022
|
How to unset printing everything? (e.g. implicits, notations, etc)
|
|
5
|
602
|
June 25, 2021
|
Parsing Tactics via SerAPI
|
|
5
|
509
|
July 15, 2022
|
Indiscernibility of bisimilar coinductive values: can I prove it?
|
|
9
|
190
|
July 12, 2022
|
Using Coq platform on Mac
|
|
1
|
195
|
July 7, 2022
|
SProp question: What can I actually do with a (Squash P) value?
|
|
2
|
200
|
July 7, 2022
|
Setoid_rewrite failed, but succeeded when using '<-' or 'at'
|
|
3
|
226
|
June 25, 2022
|
Apply: versus apply
|
|
4
|
307
|
June 24, 2022
|