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

COFE on type with leibniz equality.

parent cc10608d
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,8 @@ Ltac unfold_leibniz := repeat
setoid_rewrite <-(leibniz_equiv (A:=A))
end.
Definition equivL {A} : Equiv A := (=).
(** A [Params f n] instance forces the setoid rewriting mechanism not to
rewrite in the first [n] arguments of the function [f]. We will declare such
instances for all operational type classes in this development. *)
......
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