Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq

__ in Ocaml extracted from Coq

ocaml coq

How to end this Proof in Coq

coq proof

Is there a way to disable a specific notation in Coq?

coq notation

Induction on evidence for the "less than" relation in coq

Coq: adding implicit variables

coq

Raising the failure level of a coq tactic

coq coq-tactic ltac

"if" is not just sugar for "match"

coq

Infinite recursive types in Coq (for Bananas and Lenses)

coq recursion-schemes

Destructing on the result of applying a predicate function

coq

how to name the assumption when remembering an expression?

coq

How can I avoid stack overflow or segmentation fault in Coq nats?

binary nat bignum coq

Multiple assignments in a Coq let clause

syntax-error coq let

Example for different equality proofs

coq equality

Idiomatic ways of selecting subterm to rewrite

coq

Dealing with let-in expressions in current goal

coq let

Can you find function by type signature in Coq?

coq

Shorter notation for matching hypotheses in Coq?

Locating definition of a tactic in Coq proofs

coq

How to apply rewrite inside a specific subexpression?

coq logical-foundations

Type hierarchy definition in Coq or Agda

coq agda