Skip to content
Snippets Groups Projects
Commit 030b0fb6 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Now really get rid of the eq_rect_eq axiom.

The previous commit is not really necesarry anymore, but my proof
for UIP of types with decidable equality is a bit more general, so
I won't revert it.
parent b0c1837e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
(** This file collects some trivial facts on the Coq types [nat] and [N] for
natural numbers, and the type [Z] for integers. It also declares some useful
notations. *)
From Coq Require Export Eqdep PArith NArith ZArith NPeano.
From Coq Require Export EqdepFacts PArith NArith ZArith NPeano.
From Coq Require Import QArith Qcanon.
From stdpp Require Export base decidable option.
Open Scope nat_scope.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment