How does one print proof terms as de bruijn indices instead of random named variables in Coq?
|
|
1
|
341
|
December 6, 2022
|
Type (let (a, b) = ... in something a) vs. (something (let (a, b) = ... in a))
|
|
5
|
325
|
November 8, 2022
|
Is it possible to share binary-only libraries across OSes?
|
|
5
|
387
|
October 19, 2022
|
How to be good in formal verification?
|
|
3
|
622
|
October 7, 2022
|
Typeclasses on functions
|
|
1
|
311
|
September 29, 2022
|
Generating latex from coq theorems (Coq to Latex)
|
|
1
|
498
|
September 26, 2022
|
What is unsafe about the Ltac2.Constr.Unsafe module?
|
|
2
|
327
|
September 23, 2022
|
Modules vs. generalized rewrite
|
|
4
|
357
|
September 19, 2022
|
Best way to express that a type is inhabited in a way that allows getting the habitant
|
|
1
|
321
|
September 13, 2022
|
Divmod equation
|
|
3
|
335
|
September 11, 2022
|
Defining functions in proof mode
|
|
6
|
533
|
September 9, 2022
|
"Qed." takes a long time
|
|
7
|
552
|
September 1, 2022
|
Coq and denotational semantics
|
|
1
|
312
|
August 27, 2022
|
Efficient algorithms using tree
|
|
6
|
331
|
August 21, 2022
|
Choosing between SProp and axiomatic proof irrelevance
|
|
11
|
575
|
August 16, 2022
|
Is there a solution for the problematic induction hypotheses generated using eqn:H?
|
|
10
|
503
|
August 15, 2022
|
Print Module [Type] lacks types
|
|
0
|
256
|
August 14, 2022
|
Speed of Program Instance
|
|
0
|
233
|
August 12, 2022
|
"Correct" way to structure modules
|
|
2
|
381
|
August 9, 2022
|
The reference omega was not found in the current environment
|
|
2
|
648
|
August 1, 2022
|
Is it possible to suppose the falsity of the goal and prove False in Coq?
|
|
5
|
654
|
July 28, 2022
|
Reusing values from inductive relation
|
|
2
|
283
|
July 24, 2022
|
How to unset printing everything? (e.g. implicits, notations, etc)
|
|
5
|
802
|
June 25, 2021
|
Parsing Tactics via SerAPI
|
|
5
|
635
|
July 15, 2022
|
Indiscernibility of bisimilar coinductive values: can I prove it?
|
|
9
|
271
|
July 12, 2022
|
Using Coq platform on Mac
|
|
1
|
368
|
July 7, 2022
|
SProp question: What can I actually do with a (Squash P) value?
|
|
2
|
351
|
July 7, 2022
|
Setoid_rewrite failed, but succeeded when using '<-' or 'at'
|
|
3
|
355
|
June 25, 2022
|
Apply: versus apply
|
|
4
|
469
|
June 24, 2022
|
[install] Notes on OCaml versions and Coq configuration
|
|
21
|
2669
|
June 21, 2022
|