Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in coq

How to set the module name when extracting Coq to Haskell

haskell coq coq-extraction

Coq tactic for record equality?

coq coq-tactic

Coq can't see that two types are the same

How is "less than" defined for real numbers in Coq?

coq real-number

The reference "X" was not found in the current environment

coq coqide

Is it possible to turn unification errors into goals in Coq?

coq coq-tactic

With Coq Proof General, Emacs executes on every period. How do I stop it?

emacs coq proof-general

Coq: Ltac definitions over variable argument lists?

coq ltac

Rewriting a match in Coq

coq

Coq equality implementation

coq

How does one inspect what more complicated tactics do in Coq step-by-step?

coq coq-tactic

Extracting Coq to Haskell while keeping comments

haskell comments coq

Coq -- understanding `forall` syntax

coq

Example uses of MSets in Coq

set coq

Is there a type theory in which the equivalence of identically shaped inductive datatypes is representable?

CoqIDE loadpath error for ssreflect

coq coqide

Unable to provide long (1024+ character) inputs to the OCaml toplevel and coqtop (and Proof General)

How to solve goals with invalid type equalities in Coq?

types equality proof coq

How to match a "match" expression?

coq ltac

What is eq_rect and where is it defined in Coq?

equality coq