[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge PR coq#17249: swap sval and @sval notations
Browse files Browse the repository at this point in the history
Reviewed-by: gares
Co-authored-by: gares <gares@users.noreply.github.com>
  • Loading branch information
coqbot-app[bot] and gares authored Feb 11, 2023
2 parents c1bf187 + 12ddae0 commit 6efadc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/ssr/ssrfun.v
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ Proof. by case/all_tag=> f /all_pair[]; exists f. Qed.
(** Refinement types. **)

(** Prenex Implicits and renaming. **)
Notation sval := (@proj1_sig _ _).
Notation "@ 'sval'" := (@proj1_sig) (at level 10, format "@ 'sval'").
Notation sval := (@proj1_sig _ _).

Section Sig.

Expand Down

0 comments on commit 6efadc5

Please sign in to comment.