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

Type class version of equality.

parent e37edc7e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -99,6 +99,10 @@ Existing Class TCForall2.
Existing Instance TCForall2_nil.
Existing Instance TCForall2_cons.
Inductive TCEq {A} (x : A) : A Prop := TCEq_refl : TCEq x x.
Existing Class TCEq.
Existing Instance TCEq_refl.
(** Throughout this development we use [stdpp_scope] for all general purpose
notations that do not belong to a more specific scope. *)
Delimit Scope stdpp_scope with stdpp.
......
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