Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBD committed Nov 23, 2024
1 parent 17fa202 commit f50193f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions template-coq/theories/Lib.v
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ Notation "'$quote_def_rec' x" :=
Definition term_eqb (t1 t2 : term) :=
@eq_term config.default_checker_flags init_graph t1 t2.

Notation "t == u" := (term_eqb t u) (at level 70).

(** Short-form notation for [tLambda]. *)
Notation tLam x A b :=
(tLambda {| binder_name := nNamed x; binder_relevance := Relevant |} A b).
Expand Down

0 comments on commit f50193f

Please sign in to comment.